Jump to content

User lookup background help


Recommended Posts

Hi, I'm trying to change the background colour of my user lookup but I'm not sure how to. Is it possible to change the colour of the inner background (the white one) and if so what is the code to change it? Thank you!

 

Edit: The code <body bgcolor="colour"> doesn't work

 

This topic has been edited by a member of staff (Rune Valentine).

The topic was posted in the wrong area.

Please check your user inbox to see if you have been contacted regarding this topic.

Per the reason above, this topic has been MOVED from 'Neopets Help' to 'Computers & Programming'.

Link to comment
Share on other sites

This is probably a better format to use if you want a fixed background, or to adjust that.

<style>
body {
	background: url("IMAGEURL");
	background-color: COLOR;
	background-attachment: fixed;
}
</style>

If you want your background to scroll then just get rid of the attachment line. From my tinkering this has proven to be the most successful. :)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...