I have a layout site on myspace and I can’t figure out how to put just plain html in a scrollbox without it turning into the picture of something.
Please help!
If you want html tags to look like html, rather than getting interpreted by the browser as tags, use the “escape” characters for the angle brackets:
& lt; (ampersand-lt-semicolon) for the left bracket, and
& gt; (ampersand-gt-semicolon) for the right bracket.
(With no spaces in them — if I type them all together in this window, they just become < and >, which is the same problem I think you’re having.)
December 15th, 2006 at 1:34 am
If you want html tags to look like html, rather than getting interpreted by the browser as tags, use the “escape” characters for the angle brackets:
& lt; (ampersand-lt-semicolon) for the left bracket, and
& gt; (ampersand-gt-semicolon) for the right bracket.
(With no spaces in them — if I type them all together in this window, they just become < and >, which is the same problem I think you’re having.)
December 18th, 2006 at 1:10 am
Plain HTML
HTML does not get rendered inside textareas.