Click to See Complete Forum and Search --> : display html code on web page without executing?


slyfox
02-12-2005, 03:49 PM
Hi

When I read data into a page, it sometimes might be html code, how do I display the html without executing it?

chrismartz
02-12-2005, 04:32 PM
change your html elements into ascii coding. Check out http://www.lookuptables.com/ to get the codes for each element

buntine
02-12-2005, 10:39 PM
< = &lt;
> = &gt;