Announcement

Collapse
No announcement yet.

Extending table color and image in footer

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • Extending table color and image in footer

    Hi all;

    I am trying to get it so that the color of the background of my "time area" on the bottom extends down to the bottom of the page to include the VBulletin copyright notice.
    I am also trying to insert the image that I have on top, right under the logo (navbarscroll.gif) to be right under the time as well. I had it on there earlier, but one of my members said that it extended beyond the right side of the table and I have been going crazy trying to do this.

    Could someone please tell me how to do this? Thank you.

    Confection Connection

  • #2
    Admin CP -> Styles & Templates -> Style Manager -> Common Templates (in the menu) -> footer

    At the top of the template, move the rest of the contents to above the $spacer_close variable:

    Code:
    <br />
    <div class="smallfont" align="center">$vbphrase[all_times_are_gmt_x_time_now_is_y]</div>
    <br />
    
    [color=red]HERE[/color]
    
    $spacer_close
    <!-- /content area table -->
    
    <form action="$vboptions[forumhome].php" method="get">
    	
    <table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="$stylevar[outertablewidth]" class="page" align="center">
    <tr>

    Comment


    • #3
      That worked perfectly for the color Jake, thank you. How do I get the image right below the time? I"m assuming I use the html img src tag but it doesn't work when I put it there in the footer?

      Comment


      • #4
        The time code is in blue. Put your code below it:

        Code:
        [color=blue]<br />
        <div class="smallfont" align="center">$vbphrase[all_times_are_gmt_x_time_now_is_y]</div>
        <br />[/color]
        
        [color=red]HERE[/color]
        
        $spacer_close
        <!-- /content area table -->
        
        <form action="$vboptions[forumhome].php" method="get">
        	
        <table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="$stylevar[outertablewidth]" class="page" align="center">
        <tr>

        Comment


        • #5
          Got it. Thanks so much!

          Comment

          widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
          Working...
          X
          😀
          🥰
          🤢
          😎
          😡
          👍
          👎