Shewolfpup2000
Kira Catgirl
Shewolfpup2000
Ok..the Border is still there ._.; -pokes it- And I use this type of code..
[code:1]#content
{
background: none;
}
body { background: #000 url(http://www.geocities.com/shewolfpup2000/profile11.jpg ) no-repeat fixed bottom right; border-right: none;
}[/code:1]
The border-right goes inside the #content section, not the body section.
Ah..thanks ^^; Now..I have one more thing to ask...With the links such as the Terms and Conditions and such..I want those to go under the Wish List And I also wanted to have the links to be white ^^;
Hum. Well... moving it is a bit difficult.
surprised Lemme give you the code for changing the colours first, and then I'll play with the positioning thing to make sure I don't give you something that won't work.
xp
#corp { color: #fff; font-size: 10pt; text-decoration: none; }
#corp a:link { color: #fff; font-size: 10pt; text-decoration: none; }
#corp a:visited { color: #fff; font-size: 10pt; text-decoration: none; }
#corp a:active { color: #fff; font-size: 10pt; text-decoration: none; }
#corp a:hover { color: #fff; font-size: 10pt; text-decoration: underline; }