I am beating my head against a wall to try and figure this out and I’m probably completely overlooking it! I want to find an HTML scroll box that I can paste an HTML code in so users may copy it. When I input certain scroll box codes, the html code disappears or does some funky things to my site. Can someone help me?
You just need to put yout HTML code inside a textarea like this:
<textarea name="html_code" cols=40 rows=6>
Your html code here
</textarea>