How to Do HTML on Neopets
Your virtual pet on the Neopets website has a Web page that comes with a default design, but with HyperText Markup Language (HTML), you can change any of the layout elements you want. For example, elements, such as text and links, may be edited to display the color and font size to suit your preference. Your Neopets account gives you the ability to edit the existing code that controls your site. Enter the HTML that creates the Neopet page you desire.
Instructions
-
-
1
Log in to your Neopets account, then click the "My Account" option from the "Control Panel" drop-down list at the top of the page.
-
2
Navigate to the "Neopets" area in the middle of the screen that displays, then click the "Edit Pet Page" link. This action brings up the window that allows you to modify your pet's site.
-
-
3
Click the "Edit" link that appears, and scroll down until you see the text box that has the existing HTML code. Double-click the desired text between the HTML tags, and start typing to replace the content. Paragraph tags, for instance, appear as "<p></p>" and the text displays between each element like the following example:
<p>This is your Neopets text.</p>
-
4
Edit the HTML code to modify the Neopets page the way you prefer. For example, find the <body bgcolor="#FFFFFF"> tag, and enter another hexadecimal color value after the "bgcolor=" entry, such as "#CC00CC," to modify the background. Further, locate the <font size="3"> element, and change the number to a higher or lower value to make the text bigger or smaller.
-
5
Click the "Preview" link to see your changes, and when satisfied click the "Save Changes" button to save your work.
-
1