How to Make a Background Fixed on Neopets
The "Neopets" online virtual pet game offers users the ability to design and edit their own personal "user lookups." In addition to changing background and font colors, you can also add background images or wallpaper to your lookup by using a combination of HyperText Markup Language (HTML) and Cascading Style Sheet (CSS) codes. Adding a background image can add a splash of color or a personalized touch to your user lookup.
Instructions
-
-
1
Log in to your "Neopets" account and click on the "My Account" button located at the top of the screen.
-
2
Click on the "Edit Profile" link to access your Neopets user lookup.
-
-
3
Upload the image you want to use for your background to a third-party image host, such as Photobucket.com. Alternatively, you can search for a free background image on Neopets fan sites such as Neostatic.org.
-
4
Click in the "About Me" box and type the following code:
<style type="text/css">
body {background-image: URL("X");
background-attachment: fixed }</style>
Replace the "X" with the URL location of your background image. Adding this code will make your background static, even when users scroll down the page
-
5
Click "Change Your Details" to save your edits.
-
1