pictures in background of each post. |
pictures in background of each post. |
Feb 10 2006, 10:42 PM
Post
#1
|
|
|
Sweet Dreamer ![]() ![]() ![]() Group: Member Posts: 31 Joined: Jan 2006 Member No: 359,195 |
I've noticed in some layouts there are background pictures in each box of the post. (Usually along the side or in the lower right hand corner.
http://www.xanga.com/teacup_5 There is a rainbow on that one. Is it a code? Thanks |
|
|
|
![]() |
Feb 10 2006, 11:30 PM
Post
#2
|
|
![]() ;) ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 9,573 Joined: Feb 2005 Member No: 99,124 |
QUOTE(beautiful3dreamer @ Feb 10 2006, 10:42 PM) I've noticed in some layouts there are background pictures in each box of the post. (Usually along the side or in the lower right hand corner. http://www.xanga.com/teacup_5 There is a rainbow on that one. Is it a code? Thanks CODE <style type='text/css'> table.blogbody { /* this edits the other the place where the blog is */ width:250px; border:1px solid #000000; background-color: #FFFFFF; background-image:url('PUT IMAGE URL HERE'); background-repeat: repeat-y; background-position: top right; background-attachment: fixed; text-align:center; } </style> ^Use that code just replace your background image url where i typed PUT IMAGE URL HERE. You can edit the background-attachment, etc. |
|
|
|
Feb 10 2006, 11:43 PM
Post
#3
|
|
|
Sweet Dreamer ![]() ![]() ![]() Group: Member Posts: 31 Joined: Jan 2006 Member No: 359,195 |
how to I get it so it only appears once? in the bottom right?
|
|
|
|
Feb 10 2006, 11:46 PM
Post
#4
|
|
|
Sweet Dreamer ![]() ![]() ![]() Group: Member Posts: 31 Joined: Jan 2006 Member No: 359,195 |
actaully i just messed with the code a bit and now it works!
thanks! |
|
|
|
Feb 10 2006, 11:48 PM
Post
#5
|
|
![]() ;) ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 9,573 Joined: Feb 2005 Member No: 99,124 |
QUOTE(beautiful3dreamer @ Feb 10 2006, 11:43 PM) CODE <style type='text/css'> table.blogbody { /* this edits the other the place where the blog is */ width:250px; border:1px solid #000000; background-color: #FFFFFF; background-image:url('PUT IMAGE URL HERE'); background-position: bottom right; background-attachment: fixed; text-align:center; } </style> Okay, I edited the code for you, now just paste your image url in the correct spot. <Edit> Oh okay, You're Welcome. I'm glad I could help. |
|
|
|
Feb 11 2006, 01:19 AM
Post
#6
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
Please refrain from double-posting.
-> Topic Closed. |
|
|
|
![]() ![]() |