Fairly easy...
use   to create a non-breaking space
<td>My Label Here: </td><td><input type="text" size="20"/></td>
or:
<td><xsl:value-of select="mylabel"/>: </td><td><input type="text" size="20" value="{mycontent}"/></td>
Hope this helps.
Steve
madanlal k kridhna wrote:
> HI,
> I am new to XSL programming. I've designed a xsl which transform the XML file into HTML table. I need to have a blank space between the label and textbox of the rows of the table.. the label and textbox are the columns of the table.
> I've tried by various means but all my efforts in vain.
> Your help is appreciated.
> lal.
>
> Get your small business started at Lycos Small Business at http://www.lycos.com/business/mail.html
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|