This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Controlling white space


Fairly easy...

use   to create a non-breaking space

<td>My Label Here:&#160;</td><td><input type="text" size="20"/></td>

or:

<td><xsl:value-of select="mylabel"/>:&#160;</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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]