|
How to set up the textareas for your adoptables page
This is the code you need to make the textarea on your page:
You need to put your own values inside the "..." things. Explanation:
ROWS+COLS: This determines the size of your textarea. rows is obviously the number of rows and cols the number of columns. The textarea shown above has 6 rows and 30 cols. You should probably make yours smaller than that. A HREF: The adress that your image should link back to, so probably your petpage adress where people can find your adoptables. Just substitute your pet's name at the end. IMG SRC: The adress of your adoptable image. I have put a sample image of a cute tapir in there. TITLE (HOVER TEXT): The text that is displayed when people put their cursor over the image. Put something fun in there :) Example of hover text:
@Jess: The things you should look at is the A HREF and the TITLE (HOVER TEXT). Everything else is correct already!
I hope this helped!
|