can you specify your question please....
peter_budo
Code tags enforcer
15,436 posts since Dec 2004
Reputation Points: 2,806
Solved Threads: 902
I don't see a question here, either. Are you asking how to create a hyperlink? Display an image? Specify a background color? I keep looking at the code you posted expecting to see something mysterious...
tgreer
Made Her Cry
2,118 posts since Dec 2004
Reputation Points: 227
Solved Threads: 37
click thumb and large image pop-up, you mean open in new window????
peter_budo
Code tags enforcer
15,436 posts since Dec 2004
Reputation Points: 2,806
Solved Threads: 902
Background colors are specified with the "background" CSS property.
If you want to display an image on a "black" page, you could use a style declaration for the page like this:
[html][/html]
All they are doing is opening a window with a black background, the exact same size as the image that will be loaded.
Since the image takes a bit of time to load, you see the black window first as the browser loads the image.
tgreer
Made Her Cry
2,118 posts since Dec 2004
Reputation Points: 227
Solved Threads: 37