background picture |
![]() ![]() |
background picture |
Jul 3 2005, 11:25 PM
Post
#1
|
|
![]() say frisky. ![]() ![]() Group: Member Posts: 23 Joined: Jul 2005 Member No: 163,993 |
for the background--i want a picture to be on the bottom right corner...is there a code for that? and where do i put the code?
|
|
|
|
Jul 3 2005, 11:54 PM
Post
#2
|
|
![]() ;) ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 9,573 Joined: Feb 2005 Member No: 99,124 |
Use this:
CODE <style type=text/css>
body { background: 000000; background-position: bottom right; background-repeat: no-repeat; background-attachment: fixed;</style> |
|
|
|
Jul 3 2005, 11:58 PM
Post
#3
|
|
![]() say frisky. ![]() ![]() Group: Member Posts: 23 Joined: Jul 2005 Member No: 163,993 |
where do i put the url of the picture i want as the background?
|
|
|
|
Jul 4 2005, 02:45 AM
Post
#4
|
|
|
Member ![]() ![]() Group: Member Posts: 19 Joined: Jul 2005 Member No: 165,208 |
it should have background url in there it is a wrong code i believe try adding like <background img url=''url''> somewhere in there tell me if it works
|
|
|
|
Jul 4 2005, 07:19 PM
Post
#5
|
|
|
Member ![]() ![]() Group: Member Posts: 19 Joined: Jul 2005 Member No: 165,208 |
htere you go hun haha jk lol
|
|
|
|
Jul 4 2005, 08:45 PM
Post
#6
|
|
![]() ;) ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 9,573 Joined: Feb 2005 Member No: 99,124 |
^Your code is jumbled up...
CODE <style type=text/css>
body { background: 000000; background-image: url("image url here"); background-position: bottom right; background-repeat: no-repeat; background-attachment: fixed;</style> |
|
|
|
Jul 5 2005, 01:02 AM
Post
#7
|
|
|
Member ![]() ![]() Group: Member Posts: 19 Joined: Jul 2005 Member No: 165,208 |
it still wood have worked if she put the url in the right spot
|
|
|
|
![]() ![]() |