sadstoryitis
Registered
i ve never used the function "background" to create an background image until now- im trying to make this work but the problem is: if the code is in the page itself and not linked to the external css page it will work--->
but when i move the code to the external css file it wont work (trust me, i ve tried changing the link function again n again to make sure the code s right)
this code wont work at all, even with the link tag in the index page. so what should i do?
Code:
<style type="text/css">
body{
background: url(graphics/bg.gif);
}
</style>
but when i move the code to the external css file it wont work (trust me, i ve tried changing the link function again n again to make sure the code s right)
Code:
body{
background: url(graphics/bg.gif);
}
this code wont work at all, even with the link tag in the index page. so what should i do?