Hello there,<br><br>i am developing a blog engine for entirely personal and educational purposes. I create a compnent to edit and addd new posts. with a textarea i want to enter text with html tags and when it comes to show this data i want the browser to show the text as html.<br>
<br>for example i enter &lt;b&gt;hello&lt;/b&gt; and store it, then render it i see exactly &lt;b&gt;hello&lt;/b&gt; not <b>hello</b> (bold). i know seaside prevents this behaviour by default for security reasons but somewhere there should be a way of doing something like this.<br>
<br>regards.<br clear="all"><br>-- <br>Zekeriya &quot;zekUs&quot; KOÇ - <a href="http://zekzekus.com/" target="_blank">http://zekzekus.com/</a><br>