So, using IE as my browser, I have a simple link...
<a href="test.jpg">Image Link</a>
Is it possible to change the background color of the page this image loads up in?
I want to avoid creating a whole new page for the image.
EDIT Sorry for the confusion. I thought it was pretty clear. Pascal has it right as does Guffa.
from Pascal... "I understood that he want the image opened in a new page, and that page to have a specific background-color"
@David Andes, you are correct in that the link implies what is happening ("I know the image is part of the anchor itself"), which is that the image will be opened in a new page. However, the language you quoted is not correct.
"change the background of the image this page loads up in."
Ultimately, I would like to change the background color of the page that this image is opened in.
So the answer to the comment on this post is indeed (1) want the background color to change for the page loaded by a click to "Image Link,"