Help - Search - Members - Calendar
Full Version: How do i change this code too....
Forums > Resource Center > Support Center > MySpace Support
MoneyIsDaMotive
CODE
font, body, table, td, div, h1, h2, br, a, p {font-family:IMPACT; font-size:9px; color:; background-color: text-transform:; text-decoration:; font-weight:9pt;}
.orangetext15 {font-family:arial; font-size:7px; color:; background-color:;text-transform:; text-decoration:; font-weight:;}
.text {font-family:arial; font-size:7px; color:; background-color:;text-transform:; text-decoration:; font-weight:;}
.nametext {font-family:arial; font-size:px; color:; background-color:;text-transform:; text-decoration:; font-weight:pt;}
.blacktext10 {font-family:arial; font-size:7px; color:; background-color:;text-transform:; text-decoration:; font-weight:2pt;}
.btext {font-family:; font-size:17px; color:; background-color:;text-transform:; text-decoration:; font-weight:;}


so i want my NAV bar,and my display to be IMPACT,
but if i change this part

font, body, table, td, div, h1, h2, br, a, p {font-family:IMPACT;




nvm i got it now. but when i change that part of the code, the NAV is what i want but my text changes too.
Tomates
CODE
font, body, table, td, div, h1, h2, br, a, p {font-family:impact; font-size:9px; color:; background-color: text-transform:; text-decoration:; font-weight:9pt;}
.orangetext15 {font-family:impact; font-size:7px; color:; background-color:;text-transform:; text-decoration:; font-weight:;}
.text {font-family:impact; font-size:7px; color:; background-color:;text-transform:; text-decoration:; font-weight:;}
.nametext {font-family:impact; font-size:px; color:; background-color:;text-transform:; text-decoration:; font-weight:pt;}
.blacktext10 {font-family:impact; font-size:7px; color:; background-color:;text-transform:; text-decoration:; font-weight:2pt;}
.btext {font-family:; font-size:17px; color:; background-color:;text-transform:; text-decoration:; font-weight:;}


try that.
MoneyIsDaMotive
iight,
and to this code.

CODE
a.MYLINKS:link, a.MYLINKS:active, a.MYLINKS:visited {font:normal 6pt Arial; color:black; background-color:transparent; display:block;}
a.MYLINKS:hover {font:normal 12pt Arial; color:white; background-color:yellow; display:block;}



that code is for links to have a background on it, and it changes when i hover the links,
but how can i add a boarder in between? like under it
Mike
Try this:

CODE
a.MYLINKS:link, a.MYLINKS:active, a.MYLINKS:visited {font:normal 6pt Arial; color:black; background-color:transparent; display:block; border-bottom:1px solid; border-color:fff;}
a.MYLINKS:hover {font:normal 12pt Arial; color:white; background-color:yellow; display:block; border-bottom:1px solid; border-color:fff;}

Just customize it according to how you want the border to look.
MoneyIsDaMotive
iight.
i got the code to bring the about me up.
but what about the whole profile its self.
is there a code to bring the whole page up?
Mike
What?
MoneyIsDaMotive
Lets say that i hid the navigation.

and now theres just the AD, and then all of that space below.

then the default profile. so can i bring the default layout up ? close to the ad.
Mike
Sure you can. Link to your profile?
MoneyIsDaMotive
i can't get to it right now,
?
Mike
Are you using a 1.0 or 2.0 page?
MoneyIsDaMotive
1.0
Mike
Why don't you just use the code below to hide all the elements on the navigation bar except the ad instead?

CODE
<style>
.profile {display:none!important;}
div div table div {display:none;}
.clearfix table div div {display:block;}
</style>

That makes the tables pull up automatically.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.