Categories > TinyButStrong general >

HTML being ignored?

The forum is closed. Please use Stack Overflow for submitting new questions. Use tags: tinybutstrong , opentbs
By: IndridCold
Date: 2006-12-09
Time: 21:07

HTML being ignored?

Hi,

If I bring in content from a database with elements such as <br /> are they automatically translated into html entities?

for example <br /> will show up as &lt;br /&gt; in my html output.
By: RwD
Date: 2006-12-10
Time: 01:05

Re: HTML being ignored?

look at the htmlconv attribute in the manual. htmlconv=no or htmlconv=nobr is probably what you are looking for. But again. Look at the manual; the attribute is explained including the to values I supplied