v: Chocolate Strawberries
.
Intro
account
central
explore
games
boards
shops
Hey, erismorgan. Well thanks for coming here! If you're wondoring what you're going to find here, just make a mental note that it's my
magical guide to neopia just for you. If you want to request somthing, just send me or one of the staff members a neomail.
Graphics
Fake avvies
Guides
How to make textareas
QUICK INTRO: textareas are very commonly used on neopets. People ususally put them there for codes. Here's a tip: They're easier than they look!
Here's what a textarea looks like:
**My textarea will look different from yours because I used CSS codes. (Look at the next guide)
So, wanna know how I made it? Just use this code:
[TEXTAREA]Your text here[/TEXTAREA]
Yup. That simple. Except
-Replace these: [] with these: <>
-Put an underscore ( _ ) between text and area
and you're done!
part 2: decorating textareas
Notice how my textarea was small and had cool text? That's because I used css codes. This is what mine says:
textarea
{color: red;
font-family: small fonts;
font-size: 7px; text-transform: uppercase; cursor:
crosshair; background-color: white}
That's all except you need to put style tags around it. Style tags look like this:
[style]Style codes here[/style]
except, once again, replace the []s with <>.
Basic HTML
Bold
Italics
Underline
Strike
Superscripted
Change text color
credits
I got this PetPage CSS from Kitty. Get your own
here!
I got this Homepage from
neopets.com. [all content belongs to erismorgan]