Can someone Help me please!, Im having trouble with CSS |
Can someone Help me please!, Im having trouble with CSS |
Aug 9 2006, 02:18 PM
Post
#1
|
|
![]() Xanga User ![]() Group: Member Posts: 7 Joined: Jul 2005 Member No: 181,827 |
Well Im making a website, everything was going good until I tried to get the background image from repeating. Now my whole site background is white. What am I doing wrong? Please can someone help me?
QUOTE <style type="text/css">
body {font-size: 12pt; Font-family: "papyrus"; color: #999999; background-color: transparent; background: url('http://www.guildwars.com/images/homepage/home-bg2.jpg') background-repeat: no-repeat; background-attachment: fixed;} b {color: #FF0000; text-decoration: blink;} a {text-decoration: none;} a:link {color: #990000;} a:visited {color: #00FFFF;} a:active {color: #00CC33;} </style> |
|
|
|
![]() |
Aug 9 2006, 02:48 PM
Post
#2
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
Change:
CODE background: url('http://www.guildwars.com/images/homepage/home-bg2.jpg') background-repeat: no-repeat; to: CODE background: url("http://www.guildwars.com/images/homepage/home-bg2.jpg"); background-repeat: no repeat; or CODE background: url("http://www.guildwars.com/images/homepage/home-bg2.jpg");
background-repeat: no-repeat; |
|
|
|
Catsrulexxx Can someone Help me please! Aug 9 2006, 02:18 PM
Catsrulexxx YAY it works thank u very much! Aug 9 2006, 02:52 PM![]() ![]() |