problem with hiding navbar code. |
![]() ![]() |
problem with hiding navbar code. |
Apr 16 2006, 06:20 PM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 20 Joined: Nov 2005 Member No: 293,733 |
ok. so i found a topic here here that helped me to hide all the top and bottom links. and it said:
To get rid of the top links plus the navigational bar use this . {removes top links and navbar} div table form tr td, a.navbar, font{visibility:hidden!important; height:0px!important;} so yeah, i put it in. but then after i put it in, it worked except all of my things that i typed with that had stuff like <font size=> and <font face=> and all that stuff was like..gone and invisible and stuff. so then i deleted the FONT part in the code thingy above. and then, all my stuff i had with <font size=> <font face=> etc. showed up again and was normal EXCEPT that the lines between the original links in the navbar was there. so its like..if i put the code in, the font face/font size stuff would be gone..but if i take it out, then the navbar will be there still OR if i juss delete the font part, then everthings alright except the little lines between the original navbar links. GAHHHH! i dont know if you guys understood that, but wHAT DO I DO?! this is pissing me off |
|
|
|
Apr 16 2006, 07:25 PM
Post
#2
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 62 Joined: Dec 2005 Member No: 338,039 |
try typing it in again.
sometimes things just get messed up. or look for another code on another site. |
|
|
|
Apr 16 2006, 07:44 PM
Post
#3
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
You choose between hide the links or your fonts?
There is another way for you to change your font style w/out font size = . You can use headers (h1, h2, h3, h4). I can show you how to customize those? |
|
|
|
Apr 16 2006, 09:55 PM
Post
#4
|
|
|
Member ![]() ![]() Group: Member Posts: 20 Joined: Nov 2005 Member No: 293,733 |
You choose between hide the links or your fonts? There is another way for you to change your font style w/out font size = . You can use headers (h1, h2, h3, h4). I can show you how to customize those? yeah,, i know you can use those header thingies..but what about like.. the stuff to change font faces? font face="blahh" and stuff..how would i change those? cuhz if i put in the code, id still be able to change the font size with the headers but how would i change the fontt? |
|
|
|
Apr 16 2006, 10:30 PM
Post
#5
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
say you wanted to have size 5 , georgia h1 you would do
h1{ font-family:fonthere; color:######; font-size:#px; } you put that inbetween style tags..(and edit) and edit that and just do <h1>text</h1>. (same for h2, h3, and h4 accept change the h1 to hw/e) You can't do <font anything anymore w/ that code.. |
|
|
|
![]() ![]() |