RE: [xsl] list spacing between label and text in html

Subject: RE: [xsl] list spacing between label and text in html
From: Pieter Reint Siegers Kort <pieter.siegers@xxxxxxxxxxx>
Date: Thu, 8 Apr 2004 16:11:02 -0500
Hi Norma,

> Is there a way to get more space between my seqlist numbers and the text?

Yes, for producing html, just use 

&#160;

anywhere you need whitespace (between html controls or elements); 
you can even concatenate them if you need more space.

It will evaluate to 

&nbsp;

in the html output.

<prs/>
http://www.pietsieg.com
http://www.pietsieg.com/dotnetnuke
Contributor on www.ASPToday.com
Co-author on "Professional ASP.NET XML with C#", July 2002 by Wrox Press

Current Thread