Hello...
I am fairly new to website design, i am currently using dreamweaver to put my websites together.
in the following example, i have 2 rows in dreamweaver both with images in - when exported to IE7 it looks perfect :D but it looks broken up when exported to firefox :(.
I have included the html below for people to have a look at. When i try to validate the html below, it says there are no errors or warnings found.
</head>
<body>
<table width="800" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><p><img src="images/nawc_image_03.png" width="883" height="232" /></p>
</td>
</tr>
<tr>
<td><img src="images/nawc_image_05.png" width="883" height="16" /></td>
</tr>
</table>
</body>
</html>
if anyone can offer their help i would be very grateful,
thanks