You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Bas Passon <BP...@parite.nl> on 2000/10/17 16:47:58 UTC

and on different lines

Hello,

I am building a site with a lot of images in tables which have to be aligned
precisely to avoid getting whitespace between the images. To do this i have
to make sure the <td> and </td> tag are on the same line in the output html.

But cocoon just splits the lines whenever it feels like it needs to split
it. This is rather anoying because my image tables now have all kinds of
whitspace in them. Is there a way to make cocoon layout the tables with the
<td> and </td> tag on the same line in the resulting document.

Thnx