View Full Version : Linked images with background colors?


Ruby Weapon
05-09-2005, 01:34 AM
Hi, I need a little help with my website. All the linked images I have in tables have a different background color. When I take away the link, the background color goes away. I can't figure out why the link is making the color change. Any help would be greatly appreciated. I'm at my wit's end.

Here's an example page:
http://pineorchardsales.com/rubyweapon/dolls/celebs/disney/beauty.html

This is my stylesheet:
http://pineorchardsales.com/rubyweapon/style.css

Thank you!

pb&j
05-09-2005, 06:12 AM
on your style sheet, try taking this part...

body,
a { background-color: #000000;

and change it to this...

body { background-color: #000000;

(take out the ,a part)

Ruby Weapon
05-09-2005, 12:41 PM
It worked! Thanks so much. I didn't even realize that little a was there!