|
Subject:
|
Using <pre> tags in a DataList
|
|
Posted By:
|
mpaergk
|
Post Date:
|
11/4/2003 4:11:33 PM
|
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
|
|
Reply By:
|
sempf
|
Reply Date:
|
11/7/2003 12:51:48 AM
|
Can you just use a fixed width font, like Courier?
The barrier you are discovering isn't in .NET, it's HTML.
Bill Sempf Effective Visual Studio .NET
|
|
Reply By:
|
mpaergk
|
Reply Date:
|
11/18/2003 12:07:05 PM
|
quote: Originally posted by sempf
Can you just use a fixed width font, like Courier?
The barrier you are discovering isn't in .NET, it's HTML.
Bill Sempf Effective Visual Studio .NET
|