M
Mark
body{background-image:url('images/bggreen.jpg');}
This is created in a css page and is linked to a page. It displays it in
the page I want it to. The problem is I do not want to image to repeat.
The code below works on a single page. The problem seems to be trying to
get the image not to repeat and get the color to continue on the page on the
css page that I am linking it to. The image displays but it repeats. It
seems like I am missing some type of configuration. Any help would be
appreciated.
<style type="text/css">
body {background: #EFEFEF url(images/bggreen.jpg) repeat-x;}
</style>
This is created in a css page and is linked to a page. It displays it in
the page I want it to. The problem is I do not want to image to repeat.
The code below works on a single page. The problem seems to be trying to
get the image not to repeat and get the color to continue on the page on the
css page that I am linking it to. The image displays but it repeats. It
seems like I am missing some type of configuration. Any help would be
appreciated.
<style type="text/css">
body {background: #EFEFEF url(images/bggreen.jpg) repeat-x;}
</style>