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?
Announcement
Collapse
No announcement yet.
header buttons
Collapse
X
-
Yes, very easily actually =).
Find:Code:<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">
Code:<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%">
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Comment