Sploosh
02-14-2004, 09:21 PM
I know it's a simple question, but it won't work for me. This is what I have:
<bgcolor=#9900CC>
<bgcolor=#9900CC>
|
View Full Version : How do I change the background color? Sploosh 02-14-2004, 09:21 PM I know it's a simple question, but it won't work for me. This is what I have: <bgcolor=#9900CC> toolman 02-14-2004, 09:27 PM Try this: <body bgcolor="#9900CC"> Sploosh 02-14-2004, 10:24 PM Thank you! edit: Hmm... Nope... Still not working. Sploosh 02-14-2004, 10:25 PM Hmm... Nope... Still not working. lovely 02-14-2004, 10:40 PM If you could give us either your code or a link to your site, we could probably diagnose it better. :) Sploosh 02-14-2004, 10:49 PM It's not a website, it's just a lookup on neopets. The link is neopets.com/search.phtml?selected_type=pet&string=Kiskotchi SSPrincess 02-16-2004, 12:27 AM To do a background color for a lookup on Neopets, you have to use CSS. Try this: <style type="text/css"> body {background: #9900CC; } </style> I hope this helps. Have a nice day! :) airfaerie 02-17-2004, 02:18 AM :cloud: Well see, neopets didn't disable all backgrounds, but you can't but coloured backgrounds in which is really annoying. What I did was open a graphics program, as simple or complex as you wish, doesn't matter, and colour it one colour you want as your background colour. And then you put in the picture background code after you upload it to the internet. :cloud: |