How can I get these boxes.. ? |
How can I get these boxes.. ? |
Apr 23 2006, 06:41 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 58 Joined: Feb 2006 Member No: 372,156 |
Okay, first off.. go here. Alright, now.. I was wondering. How do you get the blue/green border around his myspace on the sides.. and the boxes in his about me.. I would like to know how to implement them into mine.. another thing is his display name, I've seen other people have theirs that big, but I don't know how to do it..
Thank you. www.myspace.com/omgitsquinton |
|
|
|
![]() |
| *This Confession* |
Apr 23 2006, 06:46 PM
Post
#2
|
|
Guest |
ehm well in his bg
its like blueish color he just used CODE <body style="background-color:BBDDDD;"> and the font CODE .nametext
{ font-family: arial; color: 444444; background-color:; font-size: 44px; font-weight:; line-height: 36px; letter-spacing: -7px; text-align:; text-transform: none; } |
|
|
|
Apr 23 2006, 07:00 PM
Post
#3
|
|
![]() There Are Strange Things Afoot At The Cirlce K ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,130 Joined: Oct 2005 Member No: 253,395 |
try this for the boxes:
<fieldset><legend>TITLEHERE</legend>stuff here</fieldset> or: <div style="background: transparent;border: 000000 1px solid;width:#px;height:#px;">stuff here</div> |
|
|
|
Apr 23 2006, 07:11 PM
Post
#4
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 58 Joined: Feb 2006 Member No: 372,156 |
Okay, I couldn't get the name code to work..
And.. coldtrance, that 1st code is the one I like, but is there anyway to move your title text so that it's in the box like that guys and change it from blue to a different font and a different color? Thanks in advanced. |
|
|
|
Apr 23 2006, 07:17 PM
Post
#5
|
|
![]() There Are Strange Things Afoot At The Cirlce K ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,130 Joined: Oct 2005 Member No: 253,395 |
for the name text:
<style type="text/css"> .nametext { font-family: arial; color: 444444; background-color:; font-size: 44px; font-weight:; line-height: 36px; letter-spacing: -7px; text-align:; text-transform: none; } </style> and for the title, just leave that area blank in the code, and put in a title on your own in the same area you put all your text. with the color and font: <font color="color here" size="size here" family="font name here">stuff here</font> so your code should look like this: <fieldset><legend></legend><font color="color here" size="size here" family="font name here">stuff here</font></fieldset> *edit* hehe dont worry, no harm done i own your face. |
|
|
|
Apr 23 2006, 07:17 PM
Post
#6
|
|
![]() What's my name? Janette. and ily. <3 ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,139 Joined: Apr 2006 Member No: 391,911 |
^You have to put coldtrance's code in your style tags. You know-
CODE <style type="text/css">PUT CODE HERE</style> edit- Oh, sorry. I was typing that up while coldtrance gave an explanation...sorry |
|
|
|
Apr 23 2006, 07:49 PM
Post
#7
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 58 Joined: Feb 2006 Member No: 372,156 |
Sorry.. but do I put the name text in my about me section? Sorry.. I'm just confused.
|
|
|
|
Apr 23 2006, 07:50 PM
Post
#8
|
|
![]() There Are Strange Things Afoot At The Cirlce K ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,130 Joined: Oct 2005 Member No: 253,395 |
yes put it in about me
|
|
|
|
Apr 23 2006, 08:07 PM
Post
#9
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 58 Joined: Feb 2006 Member No: 372,156 |
Okay.. I made up a test profile (http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendID=73307863) and everything works.. but I'm still having trouble with the text in the box.. it's way too huge.. and I put it on 8px.. IDK.. also.. why is there like a little break in the box.. it's where the title was supposed to go I tihnk.
|
|
|
|
| *This Confession* |
Apr 23 2006, 08:21 PM
Post
#10
|
|
Guest |
yes
the break is where the title goes. and put this in there instead CODE <style type="text/css"> .nametext { font-family: arial; color: 444444; background-color:; font-size: 44px; font-weight:; line-height: 36px; letter-spacing: -7px; text-align:; text-transform: none; } </style> <fieldset><legend></legend><font-family:arial; font-size:8px; color:444444; >Dude. Whoa.</font></fieldset> =] |
|
|
|
Apr 23 2006, 08:29 PM
Post
#11
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 58 Joined: Feb 2006 Member No: 372,156 |
So basically, I love you.
BUT. I know it's nothing big.. but is there anyway to fix that little gap in the box? |
|
|
|
| *This Confession* |
Apr 23 2006, 08:40 PM
Post
#12
|
|
Guest |
actually yea
here CODE <style type="text/css"> .nametext { font-family: arial; color: 444444; background-color:; font-size: 44px; font-weight:; line-height: 36px; letter-spacing: -7px; text-align:; text-transform: none; } </style> <fieldset><font-family:arial; font-size:8px; color:444444; >Dude. Whoa.</font></fieldset> just erase the legend thing pretty much =] |
|
|
|
Apr 23 2006, 08:45 PM
Post
#13
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 58 Joined: Feb 2006 Member No: 372,156 |
Thank you.. I love you now. =)
|
|
|
|
| *This Confession* |
Apr 23 2006, 08:46 PM
Post
#14
|
|
Guest |
hah your welcome
have fun editing! =] |
|
|
|
![]() ![]() |