Help - Search - Members - Calendar
Full Version: html help
Forums > Resource Center > Webmasters' Corner > Webmasters' Corner Resolved Topics
ATOM_HEAD
not sure if this is where this need to be...but here it is.

i forgot the html coding to make a text box where you can put other html coding into it, but it cancels the effect of the html inside the text box. that way you can post html code on a web page as just text.
mipadi
CODE
<textarea rows="m" cols="n">Your text here</textarea>

Change m and n to appropriate numerical values.

Alternatively, you can just escape HTML by changing the angle brackets in your HTML code. < becomes &lt; and > becomes &gt;
ATOM_HEAD
QUOTE(mipadi @ Jan 11 2007, 9:39 AM) *
CODE
<textarea rows="m" cols="n">Your text here</textarea >

Change m and n to appropriate numerical values.

wOOt...thanks a lot
Duchess of Dork
^ Yep, he's (mipadi) like a code ninja. Or a code master? I don't know what to call him. But he's pretty friggin fabulous with that type of stuff.

----> Website Help
Azarel
QUOTE(ATOM_HEAD @ Jan 11 2007, 7:40 AM) *
wOOt...thanks a lot
:) If you have any more questions about this, please PM me to have this topic reopened.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.