Click to See Complete Forum and Search --> : No html on an html page?


drownmedarling
08-23-2005, 11:15 AM
I hope I can explain this right..I want to put up html codes for people to copy and use on a page that allows html. I don't want to have to put the codes in a textarea but I have no idea how else to do it. Any ideas?

Lone Reaction
08-23-2005, 12:25 PM
Use the <pre> tag!!!! You can type anything between <pre> and </pre>.

drownmedarling
08-23-2005, 12:32 PM
Thank you so much :)

ratman
08-24-2005, 11:14 AM
Try this....
Most HTML code begins with < and ends with > (such as <HTML>). When writting it to your pages, write the code like this: &lt HTML &gt (you might want to leave out the spaces).

&lt HTML &gt will look like this < HTML >
&lt TABLE &gt will look like this < TABLE >

Is that what you are looking for?