| Author |
problem with xhtml in mozilla
|
|
|
| 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>
| |
| Beauregard T. Shagnasty 2005-08-01, 8:13 pm |
| Adam wrote:
> hi!
>
> the code below
Asked and answered in alt.html. Please don't multipost.
--
-bts
-This space intentionally left blank.
|
|
|
|
| Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |