View Single Post
Old 12-03-2017, 07:04 PM   #7
mdubz
First Line Centre
 
Join Date: Feb 2013
Location: Lethbridge
Exp:
Default

Quote:
Originally Posted by photon View Post
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’)
mdubz is offline   Reply With Quote
The Following User Says Thank You to mdubz For This Useful Post: