Hi All,

  I use cocoon to build a web site, when the output ( html ) shown, and i view the 
source, the 
html code is in very well form. 

  like:
  
<table>
<tr>
<td>
<img src="pic/p1.gif"/>
</td>
</tr>
<tr>
<td>
<img src="pic/p2.gif"/>
</td>
</tr>
</table>

so it make my output ( html ) got a space between this 2 pic, and what i need is this 
2 image 
joined togather, like:

<table>
<tr><td><img src="pic/p1.gif"/></td></tr>
<tr><td><img src="pic/p2.gif"/></td></tr>
</table>

but how to let the output ( html ) like above ? i have try to put <xsl:output 
type="html" 
indent="no"/> on the xsl, but still can't work. Is anyone can help me ?



Thank you.


Kok Choon.

 
--------------------------------------------------------
Name: Ling Kok Choon
E-mail: Ling Kok Choon <[EMAIL PROTECTED]>
Date: 09/06/01
Time: 14:30:43

This message was sent by Z-Mail Pro - from NetManage
NetManage - delivers Standards Based IntraNet Solutions
--------------------------------------------------------


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

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

Reply via email to