View Full Version : does any one no how u make html appear as text?


cartwheels
12-07-2004, 02:05 AM
I'm trying 2 make my own html help site but i cant find this code!

tokyo bleu
12-07-2004, 02:50 AM
You can use a textbox: http://lissaexplains.com/html5.shtml#textarea

Or you can use this:
<xmp>
YOUR HTML HERE
</xmp>

kittycat
12-07-2004, 03:05 AM
Or
http://www.lissaexplains.com/fun5.shtml#xmp

pom
12-08-2004, 12:11 AM
If I were you, I'd go with the textbox. It's just a bit easier to me, somehow. But either of those ways work...

Nofan
12-08-2004, 07:36 AM
textarea>Html Here</textarea>


Tadda!

bejayel
12-09-2004, 12:36 AM
i reccomend the greater than and less than signs.

db1games
12-10-2004, 05:49 PM
to show the greater than and less than signs use &lt; and &gt;

MaGiCSuN
12-10-2004, 07:07 PM
in notepad and word you can use the "replace with" option to replace all > and < with their desired codes all at once :)

it's pretty handy for large codes

Love,
Mirna

bejayel
12-10-2004, 10:17 PM
in notepad and word you can use the "replace with" option to replace all > and < with their desired codes all at once :)

it's pretty handy for large codes

Love,
Mirna

AHHHHHH, are u serious? well that sucks. Back in the past when i made a a html help site, i did not know about this..