Friday, July 31, 2009

How do I disable html in a scrollbox on myspace?

I'm making layouts, and i want the users to able to copy the code for the layout out of a scroll box, without the layout generating in my scroll box. Is there anyway to do it without changing my layout code completely?

How do I disable html in a scrollbox on myspace?
Use a textarea to display the HTML.





%26lt;FORM%26gt;


%26lt;TEXTAREA COLS="48" ROWS="3"%26gt;





Put your HTML here.


You can edit COLS and ROWS to change the height and width.





%26lt;/TEXTAREA%26gt;


%26lt;/FORM%26gt;


No comments:

Post a Comment