What am i doing wrong? HTML

Soldato
Joined
1 Dec 2003
Posts
2,818
Location
Liverpool
Hey,

I am trying to fix up the border on my table.

It looks fine in dreamweaver:


But bad when viewing:



Code:

Code:
<table width="750" border="6" cellpadding="10" cellspacing="6" bordercolor="#8bf100" bgcolor="#FFFFFF" style="border-collapse: collapse">

What is wrong? Very much appreciated
 
Thanks - will do, appreciate this Craig

Only code that could be doing anything is anything of the following:

Code:
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></head>

<body bgcolor="#666699" text="#000000">
<center>
<table width="750" border="6" cellpadding="10" cellspacing="6" bordercolor="#8bf100" bgcolor="#FFFFFF">
<tr>
<td nowrap><p align="center" class="style1"><img src="hmm.jpg" width="770" height="211"></p>
<p align="center" class="style3">

Code:
</div></td>
</tr>
</table>

Spot anything mate?
 
Last edited:
Back
Top Bottom