Forum Moderators: not2easy
I tested on Firefox 1.0 and IE6 on Win2000, but it didn't seem to work.
I resorted to putting the following in the body tag:
style="background-color: #CEE7FF; color: #000000; background: url('preview/photos_bg.jpg');"
Thanks.
Is your image path correct?
Note: By having background: url(<just image path>); follow background-color: #CEE7FF; the background-colour will never show if the image is not displayed - you are defaulting to browser default of #fff. I suggest either chaning background to background-image or dropping background-color and changing background to background: #CEE7FF url(<image path>);.
If the background image displays with inline style but not from an external style sheet while the rest of that external style works properly I am at a loss. Some more info might help.