Creating Text Boxes
Written by: Lisa
(c) Neo Luv
Many people have been taking up the hobby of Graphic Design lately, and there are a few codes you need to know to be able to share these images you make with other people! For example, let's say you created a banner and you want to let other people copy the code. You need to create a text box. It's a very simple code.
Let's say you made this banner:
(Image resized)

The code for this banner is:
How did I create that text box? Using these simple codes:
For Neopets:
<text_area> YOUR CODE HERE </text_area>
Off Neopets:
<textarea> YOUR CODE HERE </textarea>
Overall, my code would look like this:
<img src="http://www.neo-luv.com/images/neoluvadvertisement.gif">
<br><textarea><img
src="http://www.neo-luv.com/images/neoluvadvertisement.gif"></textarea>
Explanation:
In blue = Tells the
computer to display your image.
In red = Tells the computer to move the
next text/code/image under the previous text/code/image. In other words, it
moves the following text a line below.
In purple =
Creates the textbox where you place your code.
That's it! Simple, right?
Was this tutorial helpful? Help us improve by offering feedback.