I have a different table background image to be displayed for pages residing under different directories. I want the css script to indicate the table background image relative to each page. Each directory contains a subdirectory "/images" each of which contains a different image with the same filename "entryimage.jpg "
Here's the css class I've got that is not relative:
*************** ***
.bgentrypagepic {
background-image: url(/images/entryimage.jpg) ;
background-repeat: no-repeat;
}
*************** ***
Will greatly appreciate a solution.
Sharon
Here's the css class I've got that is not relative:
*************** ***
.bgentrypagepic {
background-image: url(/images/entryimage.jpg) ;
background-repeat: no-repeat;
}
*************** ***
Will greatly appreciate a solution.
Sharon
Comment