Font Changes |
![]() ![]() |
Font Changes |
Dec 23 2005, 03:58 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 40 Joined: Jul 2005 Member No: 181,484 |
What is the code to get your whole page to change to a new font? I just want to change the font, not the layout.
|
|
|
|
Dec 23 2005, 03:59 PM
Post
#2
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Duplicate Posts: 1,912 Joined: May 2005 Member No: 137,527 |
in your html/css, you would have to change all of the defualt fonts to somthing else.
|
|
|
|
Dec 23 2005, 04:01 PM
Post
#3
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 40 Joined: Jul 2005 Member No: 181,484 |
Yeah, I know that. But like, I want to have the layout you are provided w/ when you first get your myspace....you know, the blue, orange, white one.
Just, with a different font. Do you get it? |
|
|
|
Dec 23 2005, 04:04 PM
Post
#4
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Duplicate Posts: 1,912 Joined: May 2005 Member No: 137,527 |
yeah.
QUOTE table, tr, td, li, p, div { font-family:arial;} .btext { font-family:arial;} .blacktext10 { font-family:arial;} .blacktext12 { font-family:arial;} .lightbluetext8 { font-family:arial;} .orangetext15 { font-family:arial;} .redtext { font-family:arial;} .redbtext { font-family:arial;} .text { font-family:arial;} .whitetext12 { font-family:arial;} a:active, a:visited, a:link { font-family:arial;} a:hover { font-family:arial;} a.navbar:active, a.navbar:visited, a.navbar:link { font-family:arial;} a.navbar:hover { font-family:arial;} a.redlink:active, a.redlink:visited, a.redlink:link { font-family:arial;} a.redlink:hover { font-family:arial;} .nametext { font-family:arial;} you change the font by chaning all that is in bold |
|
|
|
Dec 23 2005, 04:17 PM
Post
#5
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 40 Joined: Jul 2005 Member No: 181,484 |
Thanks! It worked....okay, is there anyway to make my whole page all CAPS?
|
|
|
|
Dec 26 2005, 03:30 AM
Post
#6
|
|
|
Newbie ![]() Group: Member Posts: 9 Joined: May 2005 Member No: 134,135 |
i'm pretty sure its
QUOTE ;text-transform:uppercase;} and you put that after a font tag |
|
|
|
![]() ![]() |