font sizing help please

D

D. Wilson

Can anyone help me or direct me to any helpful sites dealing with this
problem and apologies if this has been covered here before........
It's regarding the font sizing at a site I edit at
www.angelstarbrides.com On all but 3 of the main link pages the font
size stays the same no matter what size you set the font at for
Internet Explorer. What do I need to do to get the size to stay same
at these 3 pages > HomePage + About Us + Contact Us? The site has a
frontpage theme that was purchased. It has a master.css file the text
of which is given below. The html code in ALL pages has the following
included >

<link rel="stylesheet" type="text/css" href="master.css">

Cannot figure out why all pages are not behaving exactly same?

Many thanks for any advice
Denise.


Text of master.css file >

BODY {
font-family: Tahoma, Arial, sans-serif;
font-size: 13px;
color: #333333;
margin-top: 10px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
background-color:#ffffff;
}
p, tr, td, li, ul, table{
color: #333333;
font-family: Tahoma, Arial, sans-serif;
font-size: 13px;
}
A:LINK {
color: #907265;
letter-spacing: 1px;
text-decoration: underline;
}
A:VISITED {
color: #907265;
letter-spacing: 1px;
text-decoration: none;
}
A:HOVER {
color: #907265;
letter-spacing: 1px;
text-decoration: underline overline;
}
A:ACTIVE {
color: #907265;
letter-spacing: 1px;
text-decoration: underline;
}
h1 {
font-size: 15px;
font-weight: 700;
letter-spacing: 2px;
color: #907265;
}
h2, h3, h4, h5, h6 {
font-size: 12px;
font-weight: 700;
letter-spacing: 1px;
color: #907265;
}
..navigation {
text-align: left;
color: #907265;
letter-spacing: 1px;
font-size: 11px;
line-height: 18px;
background: #ffffff;
}
..leftside {
padding: 3px;
text-align: left;
border-right: solid 1px #907265;
background: #ffffff;
}
..topnav {
color: #907265;
background: #ffffff;
text-align: right;
padding: 3px;
font-size: 11px;
text-align: left;
line-height: 20px;
}
..topnav2 {
color: #907265;
text-align: left;
padding: 3px;
font-size: 11px;
text-align: left;
line-height: 20px;
background: #ffffff;
}
..textarea {
font-family: Tahoma, Arial, sans-serif;
font-size: 11px;
text-align: left;
line-height: 20px;
padding: 15px;
background: #ffffff;
}
..info {
text-align: left;
font-size: 11px;
color: #333333;
line-height: 15px;
padding: 5px;
background: #ffffff;

}
..botnavbar {
text-align: left;
color: #907265;
letter-spacing: 1px;
font-size: 10px;
padding: 5px;
background: #ffffff;
}
..copyright {
text-align: left;
font-size: 11px;
color: #907265;
letter-spacing: 2px;
padding-left: 3px;
padding-right: 3px;
padding-top: 3px;
padding-bottom: 3px;
border-top: solid 1px #907265;
background: #ffffff;
}
..articleheader {
background: #907265;
font-weight: bold;
padding: 3px;
color: #ffffff;
letter-spacing: 2px;
}
..articletext {
font-size: 11px;
padding: 3px;
line-height: 15px;
background: #ffffff;
}

..tiny {
font-size: 9px;
text-align: right;
padding: 1px;
}
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top