Using <pre> tags in a DataList
I need to display preformatted text. I'm using <pre> tags to do this in a DataList. However, after each row of data, the DataList is displaying a blank row, probably due to the fact that it's reading the <pre> tag as a new paragraph. Is there any way around this or is there a better way to display preformatted text using .net? Thanks
|