by Adrienne <arbpen2003@[EMAIL PROTECTED]
>
Aug 1, 2005 at 07:38 AM
Gazing into my crystal ball I observed "Adam" <adams11@[EMAIL PROTECTED]
>
writing in news:dckiq3$930$1@[EMAIL PROTECTED]
> 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>
>
First, a URL would be helpful as there might be other markup that you are
not showing that is causing this.
Second, why are you using a table for something that is not tabular data?
What does the picture have to do with the structure of the do***ent? Is
it
part of a header?
--
Adrienne Boswell
http://www.cavalcade-of-coding.info
Please respond to the group so others can share