A
Adam
hi!
the code below without the doctype definition works fine in both IE and
Mozilla. if I add the doctype line code works ok in IE but in Mozilla a
black boarder apperas around the picture and I can't remove it. Do you have
any ideas how to correct it?
regards
adam
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<head>
<title>test title</title>
</head>
<body>
<table "width="100%" cellspacing="0" cellpadding="0" border="1">
<tr>
<td><img src="ie.gif" width="300" height="40" /></td>
</tr>
</table>
</body>
</html>
the code below without the doctype definition works fine in both IE and
Mozilla. if I add the doctype line code works ok in IE but in Mozilla a
black boarder apperas around the picture and I can't remove it. Do you have
any ideas how to correct it?
regards
adam
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<head>
<title>test title</title>
</head>
<body>
<table "width="100%" cellspacing="0" cellpadding="0" border="1">
<tr>
<td><img src="ie.gif" width="300" height="40" /></td>
</tr>
</table>
</body>
</html>