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
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"> </td></tr>
<tr><td height="1" bgcolor="#999999"><img src="images/spacer.gif" height="1" /></td></tr>
<tr><td height="50%" bgcolor="#000000"> </td></tr>
</table>
</body>
</html>