The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
header problem
hey,
i have a header that stretches across the whole top of the page... the code for it (in the header template) is: Quote:
and if i refresh the page when it doesnt stretch actoss the whole page it fixes on that page. ive been trying to fix this for a while, can anybody help? thanks, mikey. screenshots on the next 2 posts |
#2
|
|||
|
|||
here it is without the space
|
#3
|
|||
|
|||
and here it is with the space
|
#4
|
||||
|
||||
It looks like you might have a spacer still in your show thread template. You removed it from your forumhome template, but I think it still remains in your showthread template.
Without a larger screenshot it's hard to tell, but that would be my guess. |
#5
|
||||
|
||||
Hmm when I went to your home page everything seems to work fine, unless this is for another forum..
|
#6
|
|||
|
|||
its another style u cant see yet :P
|
#7
|
|||
|
|||
Quote:
|
#8
|
|||
|
|||
and its not just showthread either, like if i go to a forum from forumhome it doesnt go all the way, and then if i hit back to go back to forumhome the header kepps the space and then when i hit refresh it goes back to normal.
|
#9
|
||||
|
||||
Are there any spacers around the header variable in forumhome then?
|
#10
|
|||
|
|||
here is my forumhome template:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <!-- no cache headers --> <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="no-cache"> <meta http-equiv="Expires" content="-1"> <meta http-equiv="Cache-Control" content="no-cache"> <!-- end no cache headers --> <meta name="keywords" content="vbulletin,forum,bbs,discussion,jelsoft"> <meta name="description" content="$bbtitle"> <title>$bbtitle - where it all begins...</title> $headinclude </head> <body> $header <!-- text --> <table cellpadding="2" cellspacing="0" border="0" width="100%" align="center"> <tr valign="top"> <td><normalfont><b>$bbtitle</b></normalfont></td> <td align="right"><smallfont>$welcometext<br><b>$newpo sts</b></smallfont></td> </tr> </table> <table cellpadding="2" cellspacing="0" border="0" width="100%" align="center"> $unregwelcomemessage <tr valign="bottom"> <td><smallfont> Members: $numbermembers, Threads: $totalthreads, Posts: $totalposts<br> Welcome to our newest member, <a href="member.php?s=$session[sessionhash]&action=getinfo&userid=$newuserid">$newusername </a> </smallfont></td> <td align="right"><smallfont> The time now is $timenow.<br> You last visited: $bbuserinfo[lastvisitdate]. </smallfont></td> </tr> </table> <!-- /text --> <br> <!-- main --> <table cellpadding="0" cellspacing="0" border="0" bgcolor=""#FFFFFF" background="images/mainbg.gif"" width="100%" align="center"><tr><td> <table cellpadding="0" cellspacing="0" border="0" bgcolor="#6597D9" width="100%" align="center"><tr><td> <table cellpadding="4" cellspacing="1" border="0" width="100%"> $loggedinusers $birthdaybits $pminfo </table> </td></tr></table> <table cellpadding="4" cellspacing="1" border="0" width="100%"> $forumbits </table> </td></tr></table> <!-- /main --> <br> <!-- timezone/login--> <table cellpadding="2" cellspacing="0" border="0" width="100%" align="center"> <tr valign="top"> <td><smallfont>$timezone</smallfont></td> <td align="right">$logincode</td> </tr> </table> <!-- /timezone/login --> <br> <!-- icons --> <table cellpadding="2" cellspacing="0" border="0" width="100%" align="center"> <tr> <td align="center"> <img src="images/on.gif" border="0" alt="On" align="absmiddle"> <b><smallfont>New posts</smallfont></b> <img src="images/off.gif" border="0" alt="Off" align="absmiddle"> <b><smallfont>No new posts</smallfont></b> <img src="images/lock.gif" border="0" alt="Closed Forum" align="absmiddle"> <b><smallfont>A closed forum</smallfont></b> </td> </tr> </table> <!-- /icons --> $footer </body> </html> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|