I have the following specified:
background-image:url (img\photo3.jpg);
This worked fine when my css was in an external stylesheet, but I had to embedd it into the html using the <style type="text/css" command. Now all my images are no longer being displayed.
Pls help! I've tried with and without quotes, makes no difference! Also tried ..\img\ etc still makes no difference
Oooh just realised it was because I was using back slashes instead of forward slashes! Oops =/
background-image:url (img\photo3.jpg);
This worked fine when my css was in an external stylesheet, but I had to embedd it into the html using the <style type="text/css" command. Now all my images are no longer being displayed.
Pls help! I've tried with and without quotes, makes no difference! Also tried ..\img\ etc still makes no difference
Oooh just realised it was because I was using back slashes instead of forward slashes! Oops =/