Wondering how to add textarea without <br /> in blog
so, waht u have to do is instead of using <Textarea> use <pre> tag
<pre class="alt2" dir="ltr" style="border: 1px inset ; margin: 0px; padding: 5px; overflow: auto; width: 280px; height: 60px; text-align: left;background-color:white;">Your text
your text here without <br />
</pre>
gives
Your text your text here without <br />Nice trick ha ~!
This comment has been removed by a blog administrator.
ReplyDelete