Re: can someone help please
Quote:
Originally Posted by EmotionComplex
probobly a very simplistic thing i need to know but i know very little about the html side of sites.
basically i need a page with a horizontal line down the midle and the top
section to be white and the bottom section to be black....i told you it was simple :oops:
this should do it
<html>
<head></head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" border="0">
<table cellpadding="0" cellspacing="0" border="0" width="100%" height="100%">
<tr><td height="50%" bgcolor="#FFFFFF">&nbsp;</td></tr>
<tr><td height="1" bgcolor="#999999"><img src="images/spacer.gif" height="1" /></td></tr>
<tr><td height="50%" bgcolor="#000000">&nbsp;</td></tr>
</table>
</body>
</html>