View previous topic :: View next topic |
Author |
Message |
Pirate-y Meg
Joined: 10 Sep 2003 Posts: 1
|
Posted: Wed Sep 10, 2003 5:40 pm Post subject: Background image issue |
|
|
My background image is repeating across horizontally!!
http://grey-wanderer.net/x/sean.php
And here is the css code:
Code: |
<!--
BODY
{
background-repeat: attribute;
background:url(http://grey-wanderer.net/x/seanbg.gif);
}
-->
|
Any help would be appreciated!
- Meg |
|
Back to top |
|
 |
epolady
Joined: 30 Jul 2002 Posts: 800 Location: Texas
|
Posted: Wed Sep 10, 2003 6:56 pm Post subject: |
|
|
background-repeat: attribute;
You didn't fill this portion out correctly. Check out some good CSS help sites for background attributes.
Also, in your .CSS; you don't need this in it.
<style type="text/css">
<!--
-->
</style> _________________ No more support from me. Goodbye!
Go upgrade to WordPress, you'll find better support there. |
|
Back to top |
|
 |
soccer362001
Joined: 06 Apr 2004 Posts: 1
|
Posted: Tue Apr 06, 2004 11:44 pm Post subject: |
|
|
If you dont want it to repeat simply replace attribute with none |
|
Back to top |
|
 |
|