How to Do Div Classes on "Neopets"
"Neopets" is an immersive high fantasy world utilizing passive game-play to allow users to take care of pets, interact in a richly diverse world with occasional plot lines and a functioning economy and design a webpage, called a "petpage," as an act of personal expression. Creating a page from scratch can be a chore, so most players borrow pre-made templates and make minor changes so the page stays functional. "Div elements" are used to apply special features to a webpage which do not have a dedicated command.
Instructions
-
-
1
Navigate to the Neopets website and click "Login to Neopets!" to enter your account information in the fields that appear.
-
2
Click the picture of your active Neopet on your interface to load a reference screen of all of your pets.
-
-
3
Expand the dropdown menu next to the pet's page that you want to edit and choose the option "Edit Petpage."
-
4
Paste the layout code for the template you have selected or the code you have written into the blank field. Avoid editing the div class codes, since these refer to specific functions and will no longer operate if edited. You can add another div class, such as the "overflow" tag which adds a scrollbar to a box of text if the text length exceeds the box size, but be sure the command "<overflow>" and the end of the command "</overflow> are both within the "<mainbox>" and "</mainbox>" tags. The mainbox tags define the beginning and end of the code.
-
1