View Full Version : Help Please
johnr
01-17-2002, 03:43 PM
Hi everybody,
I just came by for a bit of vBulletin style advice. What I want to do is put the buttons (user cp, claendar, forum home etc) UNDERNEATH my title image.
TIA :)
Not totally sure, but it sounds like you need to add a <br> tag to your header template between the header banner and the top links. :)
johnr
01-17-2002, 07:28 PM
Dosen't seem to work :(
Scrub
01-17-2002, 08:25 PM
In the header template:
Replace:
<!-- logo and buttons -->
<center>
<table border="0" width="{*tablewidth*}" cellpadding="0" cellspacing="0">
<tr>
<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">
<!-- toplinks -->
With:
<!-- logo and buttons -->
<center>
<table border="0" width="{*tablewidth*}" cellpadding="0" cellspacing="0">
<tr><a href="index.php?s=$session[sessionhash]"><img src="{*titleimage*}" border="0" alt="$bbtitle"></a></td></tr>
<br>
<!-- toplinks -->
Delete the *'s. :). This is what the first few lines in my header look like, and it works for me. :D.
johnr
01-17-2002, 08:46 PM
That worked :D
Thanks Bill!
I just needed to do that cause you had to scroll sideways the see all the buttons in 800x600 which wasn't too good ;)
johnr
01-18-2002, 02:52 PM
OK, I did it but the "Home" button is not on the row with all the other buttons which is wasting space
My board is at http://62.31.3.74 :)
TIA
John
Scrub
01-18-2002, 03:26 PM
Instead of doing the above, just download this file. LMAO. :p
johnr
01-18-2002, 03:27 PM
:D
Here you go, JohnR!!
http://www.simpsonsboard.com/images/smilies/weakestlink.gif
I don't know if you have it already or not, but I saw your board, remembered I had this smilie, and thought I'd offer it to you. I didn't make it, nor do I remember where I got it from. :s
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.