Boxed xanga, With a img url |
![]() ![]() |
Boxed xanga, With a img url |
Mar 5 2005, 09:52 AM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 6 Joined: Feb 2005 Member No: 98,636 |
Hi,
I want a boxed xanga with a img url in. I have this code: <div style="width: 1px; border: 2px solid #000000; overflow: "> This code only has a border around the custome modules and entry but i also want a bg in it.. does anybody understand?? its kinda confusing. but thx in advance! |
|
|
|
Mar 5 2005, 11:08 AM
Post
#2
|
|
![]() Amberific. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 12,913 Joined: Jul 2004 Member No: 29,772 |
First you're going to have to make the width more than one pixel
If you want the image inside the div, place this: CODE <img src=PICTURE URL HERE> before the div. If you want it inside, place it after the div.To add a solid background add this: QUOTE background-color:ff0000; to you div so it should look this like this:CODE <div style="width: 500px; border: 2px solid #000000; overflow: auto; background-color:ff0000; "> You can always chage the color code.If you have an image use this: CODE <div style="width: 500px; border: 2px solid #000000; overflow: auto; background-image:url(BACKGROUND URL HERE); ">
|
|
|
|
Mar 5 2005, 11:41 AM
Post
#3
|
|
|
Newbie ![]() Group: Member Posts: 6 Joined: Feb 2005 Member No: 98,636 |
It worked!!!
Thanx A BUCH I really appreciate it!!!! |
|
|
|
Mar 5 2005, 05:46 PM
Post
#4
|
|
![]() Amberific. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 12,913 Joined: Jul 2004 Member No: 29,772 |
|
|
|
|
![]() ![]() |