|
ok, i made a page in asp/dreamweaver and added a table, i added a background to the table cell. All fine so far, when viewing the page in IE6 there is no bg, if i view it in FIREFOX no problem, the bg shows... Please help!!!
Code Used:
<body bgcolor="#000000" text="#FFFFFF">
<div align="center">
<table width="100%" height="9436" border="0" cellpadding="5" cellspacing="0">
<tr>
<td height="93" colspan="3"><img src="logo.gif" width="299" height="90"></td>
</tr>
<tr background="header.gif">
<td height="160" colspan="3"><center><img src="menu.gif" width="100" height="25"></center>
<div align="center">
<!--#Include file="menu.asp"-->
</div>
</td>
and so on...
|