Posted by Rincewind on 08/01/05 14:54
On Mon, 1 Aug 2005 09:27:15 +0200, Adam wrote:
> 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>
I don't see a line around the picture on IE or FF but there is one around
the Table beacause you've specified one.
Navigation:
[Reply to this message]
|