Web Hosting Talk







View Full Version : Some quick HTML help please


Jeff - Exceed
01-08-2006, 02:36 PM
I want to add a refferers section on my webpage, and want to display some HTML without the browser parsing it so the users can copy it and paste it on their webpages. I know there is a way to stop the browser parsing the HTML, but I can't for the life of me remember how. Help would be greatly appreciated :)

P-nut
01-08-2006, 02:44 PM
I believe using something like

< and >

will produce < and >, respectively, and allow you to display the code on your page without the browser parsing it. Is this what you mean?

You could also use textareas (although from my experience textareas tend to muck up the code contained within)