just a simple question |
just a simple question |
![]()
Post
#1
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 40 Joined: Jul 2005 Member No: 181,484 ![]() |
Hey, is there any possible way to keep the layout that you originally get on Myspace, and just change the font?
Like this: <img src="http://tinypic.com/i54000.gif"><br><img src="http://tinypic.com/i540gh.gif"> |
|
|
![]() |
![]()
Post
#2
|
|
![]() hindi ko maisip kung wala ka sa buhay ko. ![]() ![]() ![]() ![]() Group: Member Posts: 290 Joined: Nov 2005 Member No: 298,637 ![]() |
through HTML?
or the font on the graphic of a layout? in HTML, just go to the style properties, and find the body. change font-family, font-size, and color to whatever. |
|
|
![]()
Post
#3
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 40 Joined: Jul 2005 Member No: 181,484 ![]() |
ok, this is what i mean.
like this layout exactly...you know that first one you are given. <a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendID=41203239&Mytoken=F65A9F9E-105A-DC28-C3A6A43055A4324479672035"> but, with a different font. just that layout, and i want the font to be georgia. see what i'm saying? |
|
|
![]()
Post
#4
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,534 Joined: Jul 2005 Member No: 170,127 ![]() |
the font for the page?
<style type="text/css"> .text { font-family: Georgia; font-size: 12px; font-color: white; } </style> change what's in bold.. is that what you meant? |
|
|
![]()
Post
#5
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 40 Joined: Jul 2005 Member No: 181,484 ![]() |
That only made the part where it says where I'm from Georgia.
=[ it doesn't seem like this should be so hard see: http://profile.myspace.com/index.cfm?fusea...C348D7682550125 |
|
|
![]()
Post
#6
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,534 Joined: Jul 2005 Member No: 170,127 ![]() |
here are the codes to change all of the text properties in your myspace WITHOUT formatting the tables and backgrounds.
CODE /*class for the basic font for the page*/
.text {font:normal 9px arial; color:######; font-weight:none; border:0px; text-transform: none; line-height:12px;} /*style for the number of comments you have. The actual ..*/ .redtext{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase; } /*style for the number of friends you have.*/ .redbtext{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase; } /*”Blurbs”, “About Me”, “Who I’d like to Meet”, “Friend Space”, and “Friend’s Comments” style*/ .orangetext15{font-family: arial; color: ######; font-weight: bold; font-size: 20px; letter-spacing: -2px;} /*”General”, “Music”, “Movies”, “Television”, “Books”, “Heros”, “Status”, “Here for”, “Hometown”, “Body Type”, “Ethnicity”, “Religion”, “Sign”, “Smoke/Drink”, “Children”, “Education”, “Occupation”, and “Income” title style*/ .lightbluetext8{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase; } /*”Contacting”, “Interests”, “Details”, and “Schools” title styling*/ .whitetext12{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;} /*”In your extended network” style*/ .blacktext12{font-family: arial; color: ######; font-weight: bold; font-size: 20px; letter-spacing: -2px; } /*Stylizing of your name above your picture */ .nametext{font-family: arial; color: ######; font-weight: bold; font-size: 30px; letter-spacing: -3px; line-height: 35px;} /*date stamp on comments*/ .blacktext10{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;} |
|
|
![]() ![]() |