how can i show html codes in a box but in my myspace blog??

I want to add html codes in a box. And i know ive dont the textarea code and it works.. The only place it wont work is when i post it in a myspace blog can anyone help please?

Public Comments

  1. put the code in quotes , and write '(without quotes)'
  2. In the blog edit box, there's a little checkbox at the bottom with "View Source" next to it. Check it, and paste your textbox code there.
  3. just tested it. works for me :) <textarea style="width:###px; height:###px; border:#px solid; border-color:######;font:##px VERDANA; color:######; background-color:######; overflow: HIDDEN;"> MYSPACE SCRIPTS HERE OR WHATEVER YOU WANT </textarea> width: replace ### with a number for box width. height: replace ### with a number for box height. border: replace # with a number for border width of the box. replace ###### with color codes for border color, font color, and background color of the box. VERDANA can be changed to whatever font you want (arial, tahoma, etc.) change HIDDEN to AUTO to make the scrollbar visible. **NOTE: when posting this into a BLOG, check the "VIEW SOURCE" box first, input <textarea> script, and then "preview&post".
Powered by Yahoo! Answers