Quote:
Originally Posted by photon
If in a CSS file I see:
Code:
background: url(%%whatever%%)
What the heck does that mean??
|
%%whatever%% is the relative or http URL reference to where the image that you’d like to use as a background is hosted.
Eg: background: url(‘images/mybackground.jpg’)