How do you put plain html in a scrollbox?

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!

Public Comments

  1. 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.)
  2. <textarea> Plain HTML </textarea> HTML does not get rendered inside textareas.
Powered by Yahoo! Answers