Neopets Edit Petpage

Sep 08, 2011  Page 1 of 4 - The Wishing Well - posted in Neopet General Guides: The Wishing WellHow to get your wish granted!Intro:The wishing well is something almost all of us have tried at some point, probably when we were newbies, hoping for that extravagant Baby Paint Brush. The Daily Neopets is a fan site where you will find more than 1,000 pages of game guides, articles, avatar solutions, plot help, and more. Wishing Well - The Daily Neopets Dailies. Jul 23, 2013  Guide to the Neopets Wishing Well! Maraquan Meerca Plushie (400k) 2. Royal Boy Wocky Plushie (300k) 3. Bag of Peanuts (300k) 4. Snowglobe Faerie Stamp (250k) 5. Lily Pad Coaster Set. Free The Wishing Well is located in the Neopian Plaza, as shown on the map below. When you visit the Wishing Well, you will be allowed to make a wish for a specific item in return for a Neopoint donation. Jun 10, 2010  Wishing Well Wish Granting Periods. Wishes are granted twice daily (despite the Well advertising four times daily). Making a Wish. To donate, you simply specify the amount of Neopoints you would like to donate. You can specify what item you would like to receive when donating.

Petpage

Lesson 13 - Customising your User Lookup

You can change what other people can see about you by editing your User Lookup. To see what information people can currently see, type your username into the search box in the yellow sidebar. To change your details you need to click on 'HELP' in the yellow side bar, then click on the 'USER PREFS' link.

The easiest thing is simply changing the text so that it says something unique about you. You can then move on and make your user lookup completely unique. Type all changes into the text box with 'ABOUT ME' next to it. Be sure to enter your password in the 'PASSWORD' box above, or your changes won't take effect. Test your changes by reloading your User Lookup page.

Neopets also recoded userlookups so that people have more options to customise them. Another new feature is the Daily Puzzle on the front page of Neopets. Below you can see a screenshot of the Neopets front page at April 26th A lot of people seem to have trouble locating things on the new Neopets. In Neopets how do you access your pets page to edit it? Ive been wanting to edit the pet page 4 so long. To get to the Edit Neopet Homepage area, go to your Edit Neopet Homepage Page, and then click the edit button below the pet you want to change. You can click on the preview of the pet page to see a full sized version of it. Below each preview of the pet page it will tell you what fonts are used on graphics of the pet page.

Pet Page

Background colour
To change the background colour, you need to use the following code. If you want to choose from a larger selection of colours, enter the HEX code rather than the colour name.

<style> body {background: fixed; background-color: red;}</style>
or
<style> body {background: fixed; background-color: #9c2000;}</style>

Adding a picture for your background
It is slightly different if you wish to add a picture as your background. First the picture has to be uploaded onto the Internet, and you need to know its URL. For example, if you wanted to have a happy yellow chia as your background, the URL would be 'http://images.neopets.com/pets/happy/chia_yellow_baby.gif'. Then enter the following code into your User Info box. Replace the word ADDRESS with the address of the image you wish to use.

<style> body { background: url('ADDRESS');background-attachment: fixed}</style>

Changing the font for the whole page
You can change the size, colour, and style of the font on your user lookup page. You only need to enter one code to change the background and fonts. Just type <style> body { at the top of the page, put everything you want to change inside the curly brackets, and then end it with }</style>

  • 'font-family' allows you to choose which font is displayed, e.g., Arial, Comic Sans, Verdana
  • 'color' lets you set the colour of all the text on your page
  • 'font-size' alters the size of text on your page. You can choose small, medium, or large.
PremadeYour code should end up looking something like this:<style> body {font-family:verdana; color:#EFA6FF; font-size:small;} </style>

Or, if you are changing your background colour as well, it will look like this:

Neopets Premade Layouts

<style> body {background: fixed; background-color: #9c2000; font-family:verdana; color:#EFA6FF; font-size:small;} </style>

There is a lot more you can do to customise your User Lookup: you can add pictures, tables, links, etc. This just covers the basics.


The Neopets HTML Guide

Many people ask how to make cool shops like the ones in the Marketplace or how to make their Neopet's webpage look better. The answer is HTML. HTML is a language that is used to create webpages. It is very simple to learn and anyone can do it. You don't need to be a programmer or even to have really used a computer before. We have created a step-by-step guide to HTML that will take you right through from the very basics to the pretty advanced HTML that we use on the Neopets site.

The Basics This teaches the basic concept of the tags that make up HTML, as well as what HTML means and what will be covered in the next eleven lessons.
Insert TextInserting text, dividing the page into paragraphs, making text bold, using italics, and changing font size
More TextCreating bullet points and numbered lists, inserting horizontal rules.
Change ColoursChanging the colour of your font and the entire webpage. Also, learn how to make your shop have a different coloured background.
Insert ImagesInserting a picture, adding a border, and arranging the picture on a page, plus giving your shop a background image .
Create LinksMaking a text link and turning an image into a link.
Add UsernameAdding your Neopets username
Add NeoCircleHow to create a NeoCircle and how to add the link to your site
Add BannerHow to add a Neopets banner or NeoBadge to your site
TablesHow to create a table, reasons for using a table, as well as how to change table size and color.
Add Music Livening up your shop or webpage by adding sounds.
Create BannerCreate your own logo, banner, picture or beauty contest entry.
Edit User LookupCustomising your user lookup, adding backgrounds and altering the text.