PDA

View Full Version : header buttons



Andrew111888
Sun 27th Apr '03, 6:10pm
How do I make it so the usercp, member, etc buttons at the top left are a line lower and centered? I want to center the banner, and have the buttons centered below it. Is that possible?

Austin Dea
Sun 4th May '03, 2:49am
Yes, very easily actually =).

Find:
<td valign="top" align="left" background="{imagesfolder}/menu_background.gif"><a href="index.php?s=$session[sessionhash]"><img src="{titleimage}" border="0" alt="$bbtitle"></a></td>
<td valign="bottom" align="right" nowrap background="{imagesfolder}/menu_background.gif">
Change it to:
<td valign="top" align="center" background="{imagesfolder}/menu_background.gif" width="100%"><a href="index.php?s=$session[sessionhash]"><img src="{titleimage}" border="0" alt="$bbtitle"></a></td></tr>
<tr><td valign="bottom" align="center" nowrap background="{imagesfolder}/menu_background.gif" width="100%">