plznty Posted November 12, 2009 Share Posted November 12, 2009 How can i make it so no HTML works inside of my page text area. For example I am writing <font color="red"> right now and it does not display on this site in HTML form but in text form Quote Link to comment Share on other sites More sharing options...
BillyBoB Posted November 13, 2009 Share Posted November 13, 2009 have you tried displaying the text with the html code inside a <xmp> wrapper? For example, <xmp>I am writing html code inside a html form... <font color="red">Red?</xmp> Quote Link to comment Share on other sites More sharing options...
haku Posted November 14, 2009 Share Posted November 14, 2009 <a href="http://www.w3schools.com/tags/ref_entities.asp">HTML entities</a> will do this for you. In the source code, the < marks and > marks do not appear as those marks, but in the display they do. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.