Blitzburgh
08-07-2005, 11:19 PM
but look like garbage on everyone else's computer. I have made my website with Dreamweaver 4 but cannot figure out why the words overlap each other in the H1 section. Any advice? Thanks, Mike
http://www.huntersfriendresort.com/
MuNKyonline
08-08-2005, 08:14 AM
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;}