fallatthephan Posted August 4, 2015 Share Posted August 4, 2015 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'. Quote Link to comment Share on other sites More sharing options...
ashleynoel74 Posted August 5, 2015 Share Posted August 5, 2015 <style> body {background: fixed; background-color: red;}</style>or<style> body {background: fixed; background-color: #9c2000;}</style> Quote Link to comment Share on other sites More sharing options...
Mouseykins Posted August 5, 2015 Share Posted August 5, 2015 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. :) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.