html/css help .. |
html/css help .. |
Dec 22 2008, 01:50 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 45 Joined: Nov 2008 Member No: 698,539 |
what can i do to make my links and the regular font size the same?
i checked my whole code and all the font is tahoma and they're all size 9. but for some reason, my links are smaller than the regular font. heres my code: CODE <STYLE type="text/css"> body { background : #595959 url("http://i38.tinypic.com/zkllkz.png") repeat-y; text-align : center; margin : 0; } td, p, body, a { color : #999999; font-family : tahoma; font-size : 8pt; text-transform: none; } a:active, a:visited, a:link { font-size : 9px; color : #999999; font-family : tahoma; font-weight : normal; text-decoration : none; text-transform : none; } a:link img { border : none; } a:visited img { border : none; } a:hover img { border : none; } .mainheader { font-family : century gothic; color : #fb9ac0; font-weight : bold; font-size :20px; line-height :28px; letter-spacing : -2px; background : ; text-align :center; text-transform:uppercase; } .text { font-family : century gothic; color : #000000; font-size : 15px; line-height : 13px; letter-spacing : 3px; background : #FB6CAE; text-align : right; } body { cursor : crosshair; } a { cursor : crosshair; } b { color : #ffd492; } u { color : #5dddfd; } i { color : #e4a0f4; } s { color : #bbf460; } textarea, input { width : 140px; } a.nava, a.nava:link, a.nava:active, a.nava:visited { text-decoration : none; display : block; } a.nava:hover { color: ffd492; background-color : none; text-decoration : none; font-family: tahoma; font-size: 9px; display : block; } a.navb, a.navb:link, a.navb:active, a.navb:visited { text-decoration : none;display : block; } a.navb:hover { color: bbf460 ; background-color : none; text-decoration : none; font-family: tahoma; font-size: 9px; display : block; } a.navc, a.navc:link, a.navc:active, a.navc:visited { text-decoration : none; display : block; } a.navc:hover { color: e29bf4 ; background-color : none; text-decoration : none; font-family: tahoma; font-size: 9px; display : block; } a.navd, a.navd:link, a.navd:active, a.navd:visited { text-decoration : none;display : block; } a.navd:hover { color: 5dddfd ; background-color : none; text-decoration : none; font-family: tahoma; font-size: 9px; display : block; } a:hover, a.man:hover, a.text:hover,a.redlink:hover {font-weight:normal;font-family:tahoma; text-decoration:none;font-size:9px; line-height:11px;text-transform:none; color:dcdbdb;} textarea{width:180px;height:45px} h1 { font-family: century gothic; color : #fb9ac0; font-weight : bold; font-size :16px; line-height :2px; letter-spacing : -1px; text-align :right; text-transform:lowercase; } </style> and my site is http://takemyhand.debutantlyts.com if you wanna see what i'm talking about... |
|
|
|
![]() |
Dec 22 2008, 03:35 PM
Post
#2
|
|
![]() Mel Blanc was allergic to carrots. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 6,371 Joined: Aug 2008 Member No: 676,291 |
These are ALL your codes?, because I don't see any php in there.
|
|
|
|
takemyhand html/css help .. Dec 22 2008, 01:50 PM
waccoon CODEtd, p, body, a
{ color : #999999;font-family ... Dec 22 2008, 02:29 PM
Mikeplyts Look at this part.
CODEtd, p, body, a { color ... Dec 22 2008, 02:31 PM
takemyhand okay, so i changed the pt to px and the 8 to 9 ..
... Dec 22 2008, 03:10 PM
Mikeplyts ^She says her font is size 8 but she wants it to b... Dec 22 2008, 04:25 PM
Mikeplyts So if you're new to all this, then why did you... Dec 22 2008, 03:14 PM
Mikeplyts Wait, is this all of your codes or do you have mor... Dec 22 2008, 03:18 PM
takemyhand well i have a myspace too and that coding was SO m... Dec 22 2008, 03:21 PM
waccoon The difference between a size 9 and 10 pixel font ... Dec 22 2008, 04:00 PM
takemyhand QUOTE(waccoon @ Dec 22 2008, 04:00 PM) Ju... Dec 22 2008, 04:27 PM
Mikeplyts ^She wanted make her links and text the same size ... Dec 22 2008, 04:06 PM
waccoon QUOTE(Mikeplyts @ Dec 22 2008, 04:06 PM) ... Dec 22 2008, 04:09 PM![]() ![]() |