make wallpaper not repeat?, the one that xanga provide doesnt work |
![]() ![]() |
make wallpaper not repeat?, the one that xanga provide doesnt work |
Sep 9 2004, 01:25 AM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 50 Joined: Mar 2004 Member No: 7,062 |
for my code part...
CODE <!-- begin code provided by createblog.com --> body { background-image: url(picture url); background-color: #FFFFFF; scrollbar-arrow-color: #B991C9; scrollbar-track-color: #FFFFFF; scrollbar-shadow-color: #B991C9; scrollbar-face-color: #B991C9; scrollbar-highlight-color: #B991C9; scrollbar-darkshadow-color: #FFFFFF; scrollbar-3dlight-color: #FFFFFF; <!-- end code provided by createblog.com --> when i put the background-image: url(picture url); code in... it repeats... how do i make it not repeat... and like even move it to bottom right? |
|
|
|
Sep 9 2004, 03:27 PM
Post
#2
|
|
|
NO. I'm not 13. or 14. or 15. or 16. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 4,403 Joined: Jul 2004 Member No: 30,577 |
QUOTE(lilazindreamer @ Sep 9 2004, 1:25 AM) background-image: url(picture url); take out that part and add in this CODE <!-- begin code provided by createblog.com -->
background-image: url("URL") fixed; <!-- end code provided by createblog.com --> |
|
|
|
Sep 9 2004, 03:48 PM
Post
#3
|
|
![]() We are the cure. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 5,625 Joined: Jan 2004 Member No: 1,456 |
QUOTE(allthatglitterss @ Sep 9 2004, 4:27 PM) take out that part and add in this CODE <!-- begin code provided by createblog.com --> background-image: url("URL") fixed; <!-- end code provided by createblog.com --> actually, it's CODE <!-- begin code provided by createblog.com -->
background-image: url("URL"); background-position: fixed; <!-- end code provided by createblog.com --> |
|
|
|
Sep 9 2004, 06:40 PM
Post
#4
|
|
|
NO. I'm not 13. or 14. or 15. or 16. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 4,403 Joined: Jul 2004 Member No: 30,577 |
really? haha i dunno, the one i posted works for me.
|
|
|
|
Sep 9 2004, 06:56 PM
Post
#5
|
|
![]() The voices talk too much... -.-u ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,103 Joined: Aug 2004 Member No: 39,078 |
Of course you could just emit that altogether and stick it in the Xanger box.
(The one that asks you for your URL.) But you have to hit the 'no repeat' option. CODE <!-- begin code provided by createblog.com --> background-image: url(URL HERE); background-repeat: no repeat; background-position: horizontal-vertical; <!-- end code provided by createblog.com --> ^ my lovely attempt at solving your problem. |
|
|
|
Sep 9 2004, 07:24 PM
Post
#6
|
|
![]() I never give 4/10 ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 640 Joined: Aug 2004 Member No: 45,375 |
Exactly this one
QUOTE <!-- begin code provided by createblog.com --> body { background-image: url(picture url); background-position: fixed; background-color: #FFFFFF; scrollbar-arrow-color: #B991C9; scrollbar-track-color: #FFFFFF; scrollbar-shadow-color: #B991C9; scrollbar-face-color: #B991C9; scrollbar-highlight-color: #B991C9; scrollbar-darkshadow-color: #FFFFFF; scrollbar-3dlight-color: #FFFFFF; <!-- end code provided by createblog.com --> - Tran - |
|
|
|
Sep 9 2004, 08:43 PM
Post
#7
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 50 Joined: Mar 2004 Member No: 7,062 |
hehe thx..
|
|
|
|
Sep 9 2004, 08:45 PM
Post
#8
|
|
![]() We are the cure. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 5,625 Joined: Jan 2004 Member No: 1,456 |
Solved, Closed.
|
|
|
|
![]() ![]() |