View Single Post
  #2 (permalink)  
Old 08-08-2005, 09:14 AM
MuNKyonline's Avatar
MuNKyonline MuNKyonline is offline
WebProWorld Veteran
 

Join Date: Jun 2004
Location: Suffolk, England
Posts: 790
MuNKyonline RepRank 2
Default

You seem to be using a lot of conflicting css. You have multiple font sizes and colours covering the same areas. I think your problem has something to do with your <h1> font size and the body line-height:

body {
background: #fff url(images/pagebkg.gif);
margin:0;
padding:0;
color:#000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 110%;
voice-family: "\"}\""; voice-family:inherit;
font-size:small;
} html>body {font-size: 14px;}
Reply With Quote