OMGitsQuinton
Apr 23 2006, 06:41 PM
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
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; }
coldtrance
Apr 23 2006, 07:00 PM
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>
OMGitsQuinton
Apr 23 2006, 07:11 PM
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.
coldtrance
Apr 23 2006, 07:17 PM
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.
GREASEbaby
Apr 23 2006, 07:17 PM
^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
OMGitsQuinton
Apr 23 2006, 07:49 PM
Sorry.. but do I put the name text in my about me section? Sorry.. I'm just confused.
coldtrance
Apr 23 2006, 07:50 PM
yes put it in about me
OMGitsQuinton
Apr 23 2006, 08:07 PM
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
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>
=]
OMGitsQuinton
Apr 23 2006, 08:29 PM
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
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 =]
OMGitsQuinton
Apr 23 2006, 08:45 PM
Thank you.. I love you now. =)
This Confession
Apr 23 2006, 08:46 PM
hah your welcome
have fun editing! =]
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.