Re: Scroll Box.
The thing to remember here is: when putting code inside any webpage, of course its going to "parse" or run it as it should look.
As G-Man quite rightly posted at the beginning you need a tag called <textarea> this allows HTML code to be written inside a webpage WITHOUT it being parsed or run, and will show up just as text.
<textarea> your code here </textarea>
A friend is someone who knows the song in your heart, and will sing along, when you forget the words.
|