View Single Post
Old 10-10-2012, 02:38 AM   PM User | #3
outspoken
New to the CF scene

 
Join Date: Oct 2012
Posts: 8
Thanks: 1
Thanked 0 Times in 0 Posts
outspoken is an unknown quantity at this point
pre

I tend to use <pre></pre> to wrap my text that needs to keep the format created from a textarea within a form.

Code:
<body>
<pre>
this is the 
easy way to format 
simple form text.
</pre>
</body>
it could also look like

Code:
<body>
<pre><?PHP echo $StuffFromTextArea; ?></pre>
</body>
goodluck.
outspoken is offline   Reply With Quote