preformatted text displays

liunx

Guest
I'm reading in rows from a table where each row is a line of data to be displayed via ASP. easy. but most of the rows have specific formatting in regards to lining up right and whatnot. I can't see to find anything in HTML that will let me format the text. It all goes out like normal, but on a view source of the page the spaces for the formatting are in fact there. How can I just make the spaces that are on the page show up? Is there a text formatting tag that could work? <br />
<br />
thanks!<!--content-->There are several HTML elements that retain formatting, such as <pre> <code> <tt> <samp> and the older <listing> and <xmp>.<br />
<br />
<PRE>Here is some pre-formatted text in a small fixed-width font.</PRE><br />
<br />
<!-- m --><a class="postlink" href="http://msdn.microsoft.com/workshop/author/dhtml/reference/objects/pre.asp">http://msdn.microsoft.com/workshop/auth ... ts/pre.asp</a><!-- m --><!--content-->
 
Back
Top