Log In · Register

 
How do i change this code too....
MoneyIsDaMotive
post Aug 13 2009, 12:38 PM
Post #1


Blazed
****

Group: Member
Posts: 294
Joined: Jun 2009
Member No: 732,840



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.
 
 
Start new topic
Replies (1 - 11)
Tomates
post Aug 13 2009, 01:30 PM
Post #2


poison
*******

Group: Official Member
Posts: 4,806
Joined: Mar 2008
Member No: 629,020



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
post Aug 13 2009, 02:05 PM
Post #3


Blazed
****

Group: Member
Posts: 294
Joined: Jun 2009
Member No: 732,840



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
 
Mickey
post Aug 13 2009, 03:56 PM
Post #4


Treasure Pleasure
********

Group: Head Staff
Posts: 11,193
Joined: Oct 2005
Member No: 281,127



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
post Aug 13 2009, 06:53 PM
Post #5


Blazed
****

Group: Member
Posts: 294
Joined: Jun 2009
Member No: 732,840



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?
 
Mickey
post Aug 13 2009, 07:01 PM
Post #6


Treasure Pleasure
********

Group: Head Staff
Posts: 11,193
Joined: Oct 2005
Member No: 281,127



What?
 
MoneyIsDaMotive
post Aug 13 2009, 07:06 PM
Post #7


Blazed
****

Group: Member
Posts: 294
Joined: Jun 2009
Member No: 732,840



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.
 
Mickey
post Aug 13 2009, 07:09 PM
Post #8


Treasure Pleasure
********

Group: Head Staff
Posts: 11,193
Joined: Oct 2005
Member No: 281,127



Sure you can. Link to your profile?
 
MoneyIsDaMotive
post Aug 13 2009, 07:10 PM
Post #9


Blazed
****

Group: Member
Posts: 294
Joined: Jun 2009
Member No: 732,840



i can't get to it right now,
?
 
Mickey
post Aug 13 2009, 07:16 PM
Post #10


Treasure Pleasure
********

Group: Head Staff
Posts: 11,193
Joined: Oct 2005
Member No: 281,127



Are you using a 1.0 or 2.0 page?
 
MoneyIsDaMotive
post Aug 13 2009, 07:21 PM
Post #11


Blazed
****

Group: Member
Posts: 294
Joined: Jun 2009
Member No: 732,840



1.0
 
Mickey
post Aug 13 2009, 08:32 PM
Post #12


Treasure Pleasure
********

Group: Head Staff
Posts: 11,193
Joined: Oct 2005
Member No: 281,127



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.
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: