Hi guys, I'm sure I'm loosing my mind.
If you just create a simple document like this:-
and upload it, what colour would you expect the background to be?
More so, if you uploaded this:-
and you created a folder called 'images' and uploaded the bg.jpg file, you'd expect to see the image on the background right?
Ok, so explain this to me
www.azurejewels.co.uk
If you just create a simple document like this:-
Code:
<html>
<head>
</head>
<body>
Test
</body>
</html>
and upload it, what colour would you expect the background to be?
More so, if you uploaded this:-
Code:
<html>
<head><style type="text/css">
<!--
BODY {
background-image: url(images/bg.jpg);
background-repeat: no-repeat;
}
-->
</style>
</head>
<body>
Test
</body>
</html>
and you created a folder called 'images' and uploaded the bg.jpg file, you'd expect to see the image on the background right?
Ok, so explain this to me
www.azurejewels.co.uk