Log In · Register

 
 
Closed TopicStart new topic
Boxed xanga, With a img url
cheryl_444
post 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!
 
hi-C
post 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 blink.gif

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); ">
 
cheryl_444
post 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!!!!
 
hi-C
post Mar 5 2005, 05:46 PM
Post #4


Amberific.
********

Group: Staff Alumni
Posts: 12,913
Joined: Jul 2004
Member No: 29,772



QUOTE(cheryl_444 @ Mar 5 2005, 11:41 AM)
It worked!!!
Thanx A BUCH

I really appreciate it!!!!
*

You're welcome.

Topic closed.
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: