How do I put an html code in a scroll box?

How do you put an html code in a scroll box, but not have the picture appear?

  • so other people can copy the code?

  • Answer:

    <textarea>Your codes here</textarea>

VNK7SBYDRZEDNKXESX53MXMYKE at Yahoo! Answers Visit the source

Was this solution helpful to you?

Other answers

You'd laugh if you knew how long I looked for this answer :) FOREVER! But you use <textarea>code</textarea>

Hanza :)

To make a scrolling box used for allowing people to copy code, you need to use a textarea. here is how you code one: <TEXTAREA>what you want people to copy in here</TEXTAREA> You can also change the size of the text area by adjusting the number of rows(height) and columns(width) like so: <TEXTAREA ROWS=5 COLS=5>stuff goes hereee</TEXTAREA> thats all :)

Fifi

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.