Thread: Size of Topbar
View Single Post
Old 04-04-2005, 02:27 AM   #4 (permalink)
redhead
Newbie
 
redhead's Avatar
 
Join Date: Jun 2002
Location: Denmark
Posts: 1,720
redhead is on a distinguished road
The <img src='what ever buttons.gif'> is where your link buttons should be placed, just make a table row above, where that is your topbar.
Something like this:
Code:
<table border='0' cellspacing='0' cellpadding='0' width='100%' align='center'>
  <tr>
    <td background='graphics_to_display_befor_topbar.gif' align='top' valign='top'><img width='1' height='1' src='transparent.gif'></td>
    <td background='graphics_to_display_under_topbar.gif' align='center' valign='center'><img src='topbar.gif'></td>
    <td background='graphics_to_display_after_topbar.gif' align='top' valign='top'><img width='1' height='1' src='transparent.gif'></td>
  </tr>
<tr>
    <td background='graphics_to_display_befor_topbar.gif' align='top' valign='top'><img width='1' height='1' src='transparent.gif'></td>
    <td background='graphics_to_display_under_topbar.gif' align='center' valign='center'><img src='what_ever_buttons.gif'></td>
    <td background='graphics_to_display_after_topbar.gif' align='top' valign='top'><img width='1' height='1' src='transparent.gif'></td>
  </tr>
</table>
Play around with the settings of align/valign in the table data settings till you get a feeling of, when it's located where it should be.
__________________
Don't worry Ma'am, We're university students, We know what We're doing.
-----
If you pull the pin, Mr.Grenade would no longer be your friend.
-----
01000111 01101111 00100000 01000011 00100000 00100001
redhead is offline   Reply With Quote