i.e I need a box which allows me to put html text on the page without it being used. It will be used in an html tutorial, and users need to be able to copy and paste the html code out of the boxes. Anybody know how to do this? Thanks guys, really appreciate any help. Plutoegg
you can write it normally but instead of using the < and > you can use the < for < and > for > i forgot what they are called but they will give you what you want. oh, and this Ö is Ö just in case. Good luck.
You could just use a <textarea></textarea> This will give you boxes like on w3school and they seem to work just fine As GF said, you may need to encode any HTML inside of the textarea tags. Thanks!