Re: Rendering Unfiltered Text

2004-05-03 Thread Craig McClanahan
Bill Siggelkow wrote: This is somewhat of an HTML question so please don't slam me ... I am using to display text containing HTML. However, I would like to find a way to prevent mangled markup when the data contains unbalanced tags. For example, if the value of bar is "Struts rocks!" -- the

Re: Rendering Unfiltered Text

2004-05-03 Thread Riyad Kalla
Bill this will depending totally on the browser how 'broken' or 'unbroken' the text looks. Because of that, the only solution I can think of is to actually "fix" the text before displaying it, or remove the HTML markup. On Monday 03 May 2004 01:03 pm, Bill Siggelkow wrote: > This is somewhat of

Rendering Unfiltered Text

2004-05-03 Thread Bill Siggelkow
This is somewhat of an HTML question so please don't slam me ... I am using to display text containing HTML. However, I would like to find a way to prevent mangled markup when the data contains unbalanced tags. For example, if the value of bar is "Struts rocks!" -- then when I render this w