PDA

View Full Version : Problem with my header template


L-Mane
01-09-2003, 03:48 AM
http://www.allhiphop.com/community/

I cannot make this table get to the top. It leaves this white space to the top and the edges can someone help me please

<title></title>
<table width="100%" cellpadding="0" cellspacing="0">
<tr> <td valign="top" bgcolor="#CC0000"> <div align="left"><a href="http://www.allhiphop.com/community/index.php?s="><img src="http://www.allhiphop.com/community/images/ALLHH02.jpg" width="100%" height="136" border="0"></a>
<div id="Layer1" style="position:absolute; width:200px; height:62px; z-index:1; left: 519px; top: 92px;"><a href="http://FreeOnlineSurveys.com/rendersurvey.asp?id=28280%20"><img src="http://www.allhiphop.com/ads/survey.gif" width="468" height="60" border="0"></a></div>
<table width="100%" border="0" bordercolor="#000000">

<tr>
<td width="11%" background="http://www.allhiphop.com/community/images/banner_mid_top.gif"> <div align="center"><font color="#000000"><b><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.allhiphop.com/community/"><font color="#FFFFFF">Home</font></a></font></b></font></div>
<td width="11%" background="http://www.allhiphop.com/community/images/banner_mid_top.gif">
<div align="center"><font color="#000000"><b><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://allhiphop.com/community/usercp.php?"><font color="#000000"><b></b></font></a><font color="#000000"><b><a href="aim:gochat?roomname=ICL"><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><font color="#FFFFFF">Chat</font></font></a></b></font></font></b></font></div></td>
<td width="11%" background="http://www.allhiphop.com/community/images/banner_mid_top.gif">
<div align="center"><font color="#000000"><b><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://allhiphop.com/community/register.php?action=signup"><font color="#FFFFFF">Sign-Up</font></a></font></b></font></div></td>
<td width="11%" background="http://www.allhiphop.com/community/images/banner_mid_top.gif">
<div align="center"><font color="#000000"><b><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://allhiphop.com/community/memberlist.php?"></a></font><font color="#000000"><b><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://allhiphop.com/community/usercp.php?"><font color="#FFFFFF">Profile</font></a></font></b></font></b></font></div></td>
<td width="11%" background="http://www.allhiphop.com/community/images/banner_mid_top.gif">
<div align="center"><font color="#000000"><b><a href="http://allhiphop.com/community/calendar.php?">
<font face="Verdana, Arial, Helvetica, sans-serif" size="2"> </font></a><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://allhiphop.com/community/memberlist.php?"><font color="#FFFFFF">Members</font></a></font></b></font></div></td>
<td width="11%" background="http://www.allhiphop.com/community/images/banner_mid_top.gif">
<div align="center"><font color="#000000"><b><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://allhiphop.com/community/search.php?"></a></font><font color="#000000"><b><a href="http://allhiphop.com/community/calendar.php?"><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><font color="#FFFFFF">Calender</font></font></a></b></font></b></font></div></td>
<td width="11%" background="http://www.allhiphop.com/community/images/banner_mid_top.gif">
<div align="center"><font color="#000000"><b><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://allhiphop.com/community/misc.php?action=faq"></a></font><font color="#000000"><b><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://allhiphop.com/community/search.php?"><font color="#FFFFFF">Search</font></a></font></b></font></b></font></div></td>
<td width="11%" background="http://www.allhiphop.com/community/images/banner_mid_top.gif">
<div align="center"><font color="#000000"><b><a href="misc.php?s=&action=myrules"><font face="Verdana, Arial, Helvetica, sans-serif" size="2" color="#FFFFFF">Rules</font></a></b></font></div></td>
<td width="11%" background="http://www.allhiphop.com/community/images/banner_mid_top.gif">
<div align="center"><font color="#000000"><b><a href="aim:gochat?roomname=ICL"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
</font></a><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://allhiphop.com/community/misc.php?action=faq"><font color="#FFFFFF">FAQ</font></a></font></b></font></div></td>
</table>
</div></td>
</tr>
</table>
</td>

</tr>

</table>

Dean C
01-09-2003, 05:34 PM
Wow pretty big site there buddy :P

Well it's nothing to do with your header there :)

Go into your admin cp and the styles section - in the body tag bit find this bit:


topmargin="10"


Change it to:


topmargin="0"


Regards

- miSt

L-Mane
01-10-2003, 12:30 PM
I did that and it still did it. I put this in

<body bgcolor="#ffffff" text="#000000 topMargin="0">

Reverend
01-10-2003, 01:21 PM
Originally posted by L-Mane
I did that and it still did it. I put this in

<body bgcolor="#ffffff" text="#000000 topMargin="0">


you've missed a quote mark out after text color.

Should be text="#000000"

Dean C
01-10-2003, 06:03 PM
Revert your <body > tag replacement and then post it up and i'll change it to suit :)

- miSt

L-Mane
01-10-2003, 07:20 PM
Here go the reverted one

<body bgcolor="#666696" text="#000000" id="all" leftmargin="10" topmargin="10" marginwidth="10" marginheight="10" link="#000020" vlink="#000020" alink="#000020">

I changed all the 10's to zeros and they still did them. I dont know why though :(

Dean C
01-11-2003, 06:19 PM
<body bgcolor="#666696" text="#000000" id="all" leftmargin="10" topmargin="0" marginwidth="10" marginheight="10" link="#000020" vlink="#000020" alink="#000020">


Try that :)

- miSt

Boofo
01-11-2003, 06:48 PM
Put this at the very top of the page and it will take the space out. I just tested it with your image and it works.

<body style="margin-top:0px;">

L-Mane
01-12-2003, 06:08 AM
Thanks yall everything works now :)

Dean C
01-12-2003, 11:34 AM
Your Welcome :D

- miSt