Forum Moderators: not2easy
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="language" content="english">
<meta http-equiv="Content-Style-Type" content="text/css">
<title>untitled document</title>
<style type="text/css">
.col_lt {
width:530px;
float:left;
font-family:verdana,arial,helvetica,sans-serif;
font-size:11px;
color:#030;
border-bottom:1px solid #000;
} //This is the container for the left col where the said issue is.
.col_lt div {
font-family:verdana,arial,helvetica,sans-serif;
font-size:11px;
color: #f30;
margin:2px 10px 0 20px;
} //This is the div that contains the text that is in question.
.img_lft {
float:left;
margin:2px 4px 2px 20px;
} //This is the css for image positioning
</style>
</head>
<body>
<div class="col_lt">
<h1>Header Text here</h1>
<img src="../images/logo_top.gif" class="img_lft" alt="logo"> <!--added required alt -->
<div>
Iste quidem veteres inter ponetur honeste, qui vel mense brevi vel toto est iunior anno.
Utor permisso, caudaeque pilos ut equinae paulatim vello unum, demo etiam unum,
dum cadat elusus ratione ruentis acervi, qui redit in fastos et annis miraturque.
</div>
</div>
</body>
</html>
No problem, you're very welcome. ;)