How do I leave HTML codes as text in a scroll box on Myspace?
I'm wondering how to leave the HTML coding in it's text form in the scroll box on myspace, so other people can copy it and paste it in a bulletin.
Public Comments
- <textarea rows="20" cols="80"> code here </textarea>
- use the css overflow property and pre tags: try: <div style="width: 500px; height: 300px; overflow: scroll "> <pre> <!-- code here --> </pre> </div>
Powered by Yahoo! Answers