random1 Posted October 5, 2009 Share Posted October 5, 2009 Hey All, What's the modern way to mark text inside HTML as plaintext? Reference: http://www.htmlcodetutorial.com/_PLAINTEXT.html Quote Link to comment Share on other sites More sharing options...
gr1zzly Posted October 5, 2009 Share Posted October 5, 2009 Hey, I don't know if this is exactly what you're after but I use <pre></pre> tags to render text exactly as it appears in the html code. Quote Link to comment Share on other sites More sharing options...
saltedm8 Posted October 5, 2009 Share Posted October 5, 2009 thats correct, the modern version is <pre></pre> tags, they stand for preformatted Quote Link to comment Share on other sites More sharing options...
random1 Posted October 6, 2009 Author Share Posted October 6, 2009 Thanks guys 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.