Subject: LotusXSL and HTML formating
From: James Kerr <james@xxxxxxxxxxxx>
Date: Mon, 14 Jun 1999 10:37:53 -0400
|
Hi,
Is anyone using LotusXSL that can help me with small formating problem?
If I have some HTML in an XSL document that looks like this:
<tr>
<td><img src="image1.gif"/></td>
</tr>
<tr>
<td><img src="image2.gif"/></td>
</tr>
This is output as:
<tr>
<td>
<img src="image1.gif"/>
</td>
</tr>
<tr>
<td>
<img src="image2.gif"/>
</td>
</tr>
The problem is that when the </td> tag is on a new line, browsers insert
a new line between the images so the output HTML has images that are
spaced different than what the input HTML would display.
Does anyone know of an easy work-around for this?
-James Kerr
begin:vcard
n:Kerr;James
tel;work:(609) 430-4607
x-mozilla-html:TRUE
adr:;;;;;;
version:2.1
email;internet:james@xxxxxxxxxxxx
fn:James Kerr
end:vcard
|