How do i change this code too.... |
How do i change this code too.... |
![]()
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. |
|
|
![]() |
![]()
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. |
|
|
![]()
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 |
|
|
![]()
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. |
|
|
![]()
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? |
|
|
![]()
Post
#6
|
|
![]() Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 ![]() |
What?
|
|
|
![]()
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. |
|
|
![]()
Post
#8
|
|
![]() Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 ![]() |
Sure you can. Link to your profile?
|
|
|
![]()
Post
#9
|
|
Blazed ![]() ![]() ![]() ![]() Group: Member Posts: 294 Joined: Jun 2009 Member No: 732,840 ![]() |
i can't get to it right now,
? |
|
|
![]()
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?
|
|
|
![]()
Post
#11
|
|
Blazed ![]() ![]() ![]() ![]() Group: Member Posts: 294 Joined: Jun 2009 Member No: 732,840 ![]() |
1.0
|
|
|
![]()
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. |
|
|
![]() ![]() |