Jump to content

What is the HTML tag for a code text box ?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#1
phb50530

phb50530

    Newbie

  • Members
  • PipPip
  • 25 posts
In HTML how do I make a code box with text in it ?

#2
CommittedC0der

CommittedC0der

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,565 posts
This is how you would make a text area
<textarea rows="10" col="30">type here</textarea>
is that what your looking for?
A man can be defined by what he does when no one is looking.
Science is only an educated theory, which we cannot disprove.

#3
phb50530

phb50530

    Newbie

  • Members
  • PipPip
  • 25 posts
Yes! Thank you very much :)

+ rep

Your game design tutorial was great too, please make more!

#4
CommittedC0der

CommittedC0der

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,565 posts
thanks,will do.:)
A man can be defined by what he does when no one is looking.
Science is only an educated theory, which we cannot disprove.