Is there a way to ensure the white content is right up against the logo without any blank line in between? I've already set the margin-top to 0, but there's still space appearing.
<body background="$request.getContextPath()/images/background.gif">
<img src="$request.getContextPath()/images/logo.gif" />
<div class="content">
This is the css
img {
margin-top:0;
}
.content {
background: white;
margin-left:5%;
width: 779px;
overflow: hidden;
height: 273px;
border:0;
margin-top:0;
}
body {
font-family:Verdana, Geneva, sans-serif;
font-size: 12px;
line-height: 1.5;
border:0;
margin-top:0;
}