B
betty
Guest
Im goin to be testing my website using the WAMP server before uploading it to a host.
I'm using external CSS but for some reason the properties dont seem to be showing up when testing this through WAMP, I think it must have something to do with my syntax as tried embedding the same background properties within HTML which worked fine!
<LINK REL=StyleSheet HREF="myCss.css" TYPE="text/css">
This is the link to the style sheet which i have in the head tags,
body {
background-image: url("background.jpg");
background-repeat: no-repeat;
}
This is my css
Any suggestions??
thanks!
I'm using external CSS but for some reason the properties dont seem to be showing up when testing this through WAMP, I think it must have something to do with my syntax as tried embedding the same background properties within HTML which worked fine!
<LINK REL=StyleSheet HREF="myCss.css" TYPE="text/css">
This is the link to the style sheet which i have in the head tags,
body {
background-image: url("background.jpg");
background-repeat: no-repeat;
}
This is my css
Any suggestions??
thanks!