Forum Moderators: not2easy
Ironically, it appears fine in Dreamweaver, but when viewed in the browser it goes to the top of the cell.
Before:
<div class="h1_header">Main Page Info</div>
.h1_header {text-decoration:none; text-align:left; font-family: Verdana, Arial; font-size:12px; padding-left:20px; font-weight:bold; color:#fff;}
After:
<h1 class="h1_header">Main Page Info</h1>