Modifying the header

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Nightclubber
    Member
    • May 2005
    • 37
    • 4.2.x

    Modifying the header

    Ho guys, i want to put an static banner in the header of my web site, in the right part, as the image shows, wich template or php do i have to edit todo it? thanks for the help
    Attached Files
  • Justin761985
    New Member
    • Feb 2006
    • 16
    • 3.5.x

    #2
    Hello,

    Go to Style Manager --> Edit templates --> header

    Find:
    Code:
    <td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
        <td align="$stylevar[right]">
            &nbsp;
        </td>
    Edit this part:
    Code:
    <td align="$stylevar[right]">
            Insert static banner code here
        </td>
    That should get the job done for you.

    Good luck and I hope this helps,
    Justin.

    Comment

    • Nightclubber
      Member
      • May 2005
      • 37
      • 4.2.x

      #3
      oh men!
      GREAT thanks!
      you made me save lots of hours of work

      Comment

      • Nightclubber
        Member
        • May 2005
        • 37
        • 4.2.x

        #4
        Hi everyone. What should i do if i want to place the banner more centered? not to the right.
        thanks

        Comment

        • slappy
          Senior Member
          • Apr 2003
          • 1206

          #5
          Try changing the part which reads:

          <td align="$stylevar[right]">
          Insert static banner code here
          </td>


          to

          <td align="$stylevar[center]">
          Insert static banner code here
          </td>


          and see if that works for you.

          Regards,
          Slappy

          Comment

          widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
          Working...