> given <a href=http://anyimage.png>anyimage.png</a>
> what is the css to set the background color of the
> *image* itself (not the link)?

To style an image via CSS, it must be contained within a web page. When
viewing an image file alone in a browser, with no surrounding web page
(such as the image you link to in your code -- after clicking the link),
there's no way to style that. Only way is to instead put an image tag <img
src="anyimage.png" /> into a web page, then link to the page instead of
the image file.

Larry
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to