Digitalosophy
June 30th, 2003, 01:25 PM
Hey,
I have an asp recordset which loads into a multiline textbox. Can i set the textbox to be html compatable like in flash? for example
<textarea name="news" cols="25" rows="6"><u><% response.write r("newsDate") & ":" %></u>
<% response.write r("newsBody") %></textarea>
This works fine except when you view the textbox "<u>" shows up and what I wanted to be underlined isn't. Is this possible?
Thanks
I have an asp recordset which loads into a multiline textbox. Can i set the textbox to be html compatable like in flash? for example
<textarea name="news" cols="25" rows="6"><u><% response.write r("newsDate") & ":" %></u>
<% response.write r("newsBody") %></textarea>
This works fine except when you view the textbox "<u>" shows up and what I wanted to be underlined isn't. Is this possible?
Thanks