Colour back ground not changing or url loading
2 posts Page 1 of 1
Colour back ground not changing or url loading
I have followed the instructions for the background change and the url gif to be uploaded but nothing is working. Please adviseHTML
<html>
<head>
<link rel="stylesheet" type="text/css" href="CSS/style.css" />
</head>
<body>
<h1> My first stylesheet</h1>
</body>
</html>
CSS
body {background-color: #FFCC66;background: url("butterfly.jpg");}
h1 {color: #990000;background-color: #FC9804;}
Re: Colour back ground not changing or url loading
Hi,Try this:
background: url("images/epsoclogo.jpg") no-repeat;
Thanks
--
Website Designer with 7 years experience as WordPress Developer. Affordable, Professional and Experienced. 100% Satisfaction. 24/7 Available.
Website Designer with 7 years experience as WordPress Developer. Affordable, Professional and Experienced. 100% Satisfaction. 24/7 Available.
Page 1 of 1