Log In · Register

 
html/css help ..
takemyhand
post 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...
 
 
Start new topic
Replies
waccoon
post Dec 22 2008, 02:29 PM
Post #2


We are the cure.
*******

Group: Staff Alumni
Posts: 4,936
Joined: Jan 2004
Member No: 1,456



CODE
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;}


Use pixels (px), not points (pt). When you use pt, the size of the text can be resized by the viewer's browser.
 

Posts in this topic


Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: