M
Mark
I am trying to create a style sheet where I can then change all the
backgrounds in my web pages. I put this in a css page and then I select the
style sheet on the web page but nothing shows. if I put the code below into
the web page it works. I'm not sure what I'm doing wrong.
<style type="text/css">
body {background: #EFEFEF url(images/bggreen.jpg) repeat-x
</style>
backgrounds in my web pages. I put this in a css page and then I select the
style sheet on the web page but nothing shows. if I put the code below into
the web page it works. I'm not sure what I'm doing wrong.
<style type="text/css">
body {background: #EFEFEF url(images/bggreen.jpg) repeat-x
</style>