Question:

What is the code for a box you can put codes in?

by  |  earlier

0 LIKES UnLike

That doesnt make sense, but what I mean is my brothers band has a banner, and want to put the code of the banner in a text box, so people can copy that code and put the banner on their page. Whats the code to disable the picture and make it just the html?

 Tags:

   Report

2 ANSWERS


  1. <form>

    <textarea name="nameofbox"  cols="40" rows="3">

    Enter the comments that will appear in the text box here.

    </textarea>

    </form>

    It would look something like this:

    <form name="bandbanner">

    <textarea name="bannercode" cols="40" rows="3">

    <a href="http://www.bandname.com" title="Check out our awesome band!">

    <imc src="http://www.bandname.com/banner.jpg" />

    </a>

    </textarea>

    </form>


  2. "Open Sessame".  LoL.  I'm Jk.  I'm sorry but i dunno.

Question Stats

Latest activity: earlier.
This question has 2 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.