Hi all  :o)
 
What's the consensus on this one?
Should you use single or double quotes for background images in your CSS?
 
    background-image: url('image.jpg'); 
 
or
 
    background-image: url("image.jpg"); 
 
And here's the real question: why?
 
Cheers  :o)
Richard

Reply via email to