I just posted the code and have the tags on separate lines for clarity, but
in the source they are on the same line with no space between the tags.

Larry S. Brown
Dimension Networks, Inc.
(727) 723-8388

-----Original Message-----
From: Roman Sanchez [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 13, 2003 12:11 PM
To: [EMAIL PROTECTED]
Subject: [PHP] Re: table cell space under image in IE

If you write

<td><image src='yourimage.gif'>
</td>

the CR-LF before </td> counts as an space wich wraps to the next line. It
might be helpful to write

<td><image src='yourimage.gif'></td> (in the same line)

instead.

> I know this is not exactly on topic but I produce all html by php and I
> don't want to go out and add myself to an html list (if there is such a
> thing).

Frankly, itīs not on topic at all and no matter how you produce the final
html output you should know how to deal with it.





--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to