Changing Text and Links, to new fonts/sizes/etc... |
![]() ![]() |
Changing Text and Links, to new fonts/sizes/etc... |
Jul 25 2008, 08:00 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 1 Joined: May 2008 Member No: 645,822 |
How would you change the link style and default fonts for your layout without having to do it for each thing you write.
Like some layouts have where there is one whole section and it just makes the entire layout with that one font style for links. I am trying to change MySpace's default link style from the ugly blue underline crap to something else, as well as their default page font. If that makes any sense? |
|
|
|
Jul 25 2008, 08:00 PM
Post
#2
|
|
![]() asdfghjkl; ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 1,121 Joined: Jul 2008 Member No: 665,416 |
|
|
|
|
Jul 25 2008, 08:37 PM
Post
#3
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 |
Yeah, Niko gave you a very helpful link. If you'd like to change the links' styles, use this code:
CODE <style> a:link, a:active, a.man:link, a.text:link, a.redlink:link, a.redlink:active, a.navbar:link, a.navbar:active {font-family:; font-size:; color:; background-color:;text-transform:; text-decoration:; font-weight:;} a:visited, a.man:visited, a.text:visited, a.redlink:visited, a.navbar:visited {font-family:; font-size:; color:; background-color:;text-transform:; text-decoration:; font-weight:;} a:hover, a.man:hover, a.text:hover, a.redlink:hover, a.navbar:hover {font-family:; font-size:; color:; background-color:;text-transform:; text-decoration:; font-weight:;} </style> I believe it has every kind of link on a MySpace page covered, except for the new navbar. Just add the necessary things to those codes to specify how you want them to look. Then this is for regular text: CODE <style> font, body, table, td, div, h1, h2, br, a, p {font-family:; font-size:; color:; background-color: text-transform:; text-decoration:; font-weight:;} .orangetext15 {font-family:; font-size:; color:; background-color:;text-transform:; text-decoration:; font-weight:;} .whitetext12 {font-family:; font-size:; color:; background-color:;text-transform:; text-decoration:; font-weight:;} .lightbluetext8 {font-family:; font-size:; color:; background-color:;text-transform:; text-decoration:; font-weight:;} .text {font-family:; font-size:; color:; background-color:;text-transform:; text-decoration:; font-weight:;} .nametext {font-family:; font-size:; color:; background-color:;text-transform:; text-decoration:; font-weight:;} .blacktext12 {font-family:; font-size:; color:; background-color:;text-transform:; text-decoration:; font-weight:;} .blacktext10 {font-family:; font-size:; color:; background-color:;text-transform:; text-decoration:; font-weight:;} .btext {font-family:; font-size:; color:; background-color:;text-transform:; text-decoration:; font-weight:;} .redtext {font-family:; font-size:; color:; background-color:;text-transform:; text-decoration:; font-weight:;} .redbtext {font-family:; font-size:; color:; background-color:;text-transform:; text-decoration:; font-weight:;} </style> Again, just add the necessary things to those codes to specify how you want your text to look. I hope that makes sense. |
|
|
|
Jul 28 2008, 11:31 AM
Post
#4
|
|
![]() Senior Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 1,507 Joined: Sep 2007 Member No: 571,541 |
or you can just Put...
CODE <a href="link here"><font class="name here">Text to Designated web</a> thats only if you want to CHANGE THAT LINK instead ALL the LINKS.. |
|
|
|
Jul 28 2008, 04:44 PM
Post
#5
|
|
![]() Senior Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 1,507 Joined: Sep 2007 Member No: 571,541 |
^_^
by Just Adding a FONT coding to the Text that will lead to the DESGINATED site.. CODE <a href="link here"><font class="name here">Text to Designated web</a>
|
|
|
|
Aug 15 2008, 01:54 PM
Post
#6
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Administrator Posts: 8,629 Joined: Jan 2007 Member No: 498,468 |
Due to this topic being 2 weeks old & the problem being solved, this topic is Closed & Moved. PM me if you'd like for me to open this.
|
|
|
|
![]() ![]() |