>Is there any general solution for this problem?
This is a known browser problem that has been well documented at several
sources.

For a quick fix, try adding this to the <head> section of your html
output.

<style>
        td img{
                display: block;
        }
</style>

One of the best articles I've read on the subject is this one by the
brilliant Eric A. Meyer:
http://developer.netscape.com/evangelism/docs/articles/img-table/


>How are we supposed to deal with sophisticated input from html
designers?
Get the designers up to speed on browser issues and CSS, maybe even
XSLT, so you can focus on building the site, instead of hunting down
browser bugs.

/Morgan Roderick




---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>

Reply via email to