Sunday, February 11, 2001 8:36 AM
Alexey Kopylov wrote:
> My target html code
> have to include such sequence:
> ------------------------------
> <td><img src="smth1.gif"><img src="smth2.gif"><img
src="smth3.gif"></td>
> ------------------------------
>
> but I get (and in that case I get spoiled layout in the browser):
> ------------------------------
> <td>
> <img src="smth1.gif">
> <img src="smth2.gif">
> <img src="smth3.gif">
> </td>
Can you show us a sample of your source and the XSLT template that
produces this output?
Michael
------------------------------------------
Michael Beddow
http://www.mbeddow.net/