+ Reply to Thread
Results 1 to 3 of 3

Thread: Header question

  1. #1
    Senior Member Lurk has disabled reputation Lurk's Avatar
    Join Date
    Feb 2004
    Location
    Garden Grove, California
    Age
    19
    Posts
    550

    Header question

    How do I make a header go all the way accross the top? (above the logo) An example is vBulletin.org's header.
    Let the flames begin.

  2. #2
    Senior Member jamesyfx is on a distinguished road jamesyfx's Avatar
    Join Date
    Feb 2005
    Posts
    683
    Well,

    First you'll need to remove margins, so it actually goes all the way across. Do this by going into Main CSS in your Style Manager.

    At Body (The First One), change the Extra CSS Attributes box so
    Code:
    margin: 5px 5px 10px 5px;
    reads:
    Code:
    margin: 0px 0px 0px 0px;
    This removes the small spaces around the edge of the page.

    Next, save, and go into your header template.

    Now just create a table with a width of 100%, e.g.
    Code:
    <table cellpadding="0" cellspacing="0" width="100%">
    <tr>
    <td align="center">Header</td>
    </tr>
    </table>
    <br />
    The rest of the template should just be normal. There might be a slight change due to the margins being revoked, but this makes it actually go all the way across.

  3. #3
    Senior Member Lurk has disabled reputation Lurk's Avatar
    Join Date
    Feb 2004
    Location
    Garden Grove, California
    Age
    19
    Posts
    550
    Thanks!
    Let the flames begin.

+ Reply to Thread

Similar Threads

  1. question about the header
    By sicktracks in forum vBulletin 3.0 How Do I and Troubleshooting Forum
    Replies: 1
    Last Post: Tue 7th Sep '04, 7:04pm
  2. Header question
    By Yuber in forum vBulletin Templates, Graphics & Styles
    Replies: 1
    Last Post: Sun 4th May '03, 2:51am
  3. header question
    By Ryan McBain in forum vBulletin 2 'How Do I' and Troubleshooting
    Replies: 3
    Last Post: Thu 23rd May '02, 2:25am
  4. Header Question
    By danielson in forum vBulletin 2 'How Do I' and Troubleshooting
    Replies: 4
    Last Post: Sat 8th Sep '01, 9:03pm
  5. Header Question
    By R.Neave-Houghting in forum vBulletin 1.1.x Questions
    Replies: 0
    Last Post: Tue 11th Jul '00, 5:49am

Bookmarks

Posting Permissions

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts