PDA

View Full Version : header not quite at the top..


imported_Jacko
05-06-2003, 01:55 PM
as above..? /\/\/\

my site: www.realmods.net/forum

my header isnt at the very top..

how do i fix this problem????

Cheers,
Jacko

Austin Dea
05-06-2003, 02:29 PM
you have a <p> above <!-- logo and buttons --> in your header template.

imported_Jacko
05-06-2003, 02:51 PM
nope i dont.

first lines of code are:
<!-- logo and buttons -->
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="2" background="images/header_bg.gif"><img src="images/title.gif"></td>
</tr>
<tr>

Austin Dea
05-06-2003, 03:02 PM
Then it's at the bottom of your headinclude template.

Austin Dea
05-06-2003, 03:05 PM
Looks like you have on at the top of headinclude too. You're forumhome, headinclude, and header template are put together funny..

imported_base
05-06-2003, 07:28 PM
as above..? /\/\/\

my site: www.realmods.net/forum

my header isnt at the very top..

how do i fix this problem????

Cheers,
Jacko


in your <body> tag you have: leftmargin="10" topmargin="10" marginwidth="10" marginheight="10" - change all the 10's to 0's and you will get rid of the margins.

Austin Dea
05-06-2003, 08:12 PM
That'll put his forums on the edges too..

imported_Jacko
05-07-2003, 12:27 AM
and where are these:

leftmargin="10" topmargin="10" marginwidth="10" marginheight="10"
??

Austin Dea
05-07-2003, 01:08 AM
Check your forumhome towards the top then. And the margin stuff is in the body tag when editing the style.

imported_Jacko
05-07-2003, 07:23 AM
cheers guys, sorted it now.

i had@


<p>
{htmldoctype}
$headinclude
$header<br>
</p>


but sorted now :)