Stormx
05-09-2003, 04:19 PM
I am creating a background with y-repeat. I am using this code:
<style type="text/css">
<!--
A:link
{ text-decoration: none }
A:visited
{ text-decoration: none }
A:active
{ text-decoration: none }
A:hover
{ text-decoration: underline overline };color:#FF0000;
BODY {background-image: url(http://www.users.globalnet.co.uk/~timgale/gf/images/bar1.jpg); background-repeat: repeat-y;background-position: 0% 0%}
-->
</style>
However, the links work, but the background is not there. I must have done somthing wrong ion the code but i can't figure it out. Can you help?
<style type="text/css">
<!--
A:link
{ text-decoration: none }
A:visited
{ text-decoration: none }
A:active
{ text-decoration: none }
A:hover
{ text-decoration: underline overline };color:#FF0000;
BODY {background-image: url(http://www.users.globalnet.co.uk/~timgale/gf/images/bar1.jpg); background-repeat: repeat-y;background-position: 0% 0%}
-->
</style>
However, the links work, but the background is not there. I must have done somthing wrong ion the code but i can't figure it out. Can you help?