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