On Myspace How Do I Put Html Code Into Scroll Box Without It Converting Into An Image?
I’m trying to put a support us banner on my myspace page just like the bands do where people can come and grab the code but every time I try to put the code into the scroll box for people to be able to grab the html code keeps converting into an image. How do I place the code into the scroll box for people to grab without it converting into an image?
Tagged with: Code. • Converting • HTML • Image • Into • Myspace • Scroll
Filed under: HTML
Like this post? Subscribe to my RSS feed and get loads more!
Normally for a scroll box or textareabox where you want to insert code to be copied, you must not use the ‘< " and '>‘ symbols to insert the HTML code. You must use the character enties for these symbols:
& lt ; = >
& gt ; = >
I added spaces to these to keep YA from converting them to actual symbols.
You might also try wrapping the HTML code to be copied in the
tags.Ron
BTW–this DOES work in myspace, I used to run a myspace based layout site.
textdoes not work in myspace, only“http://putthetextinquoteslikethis.doh” and it should work