Change this:
PHP Code:
</div>
</div>
<div class="dt l4">
<div class="dr">
<div class="dc">
<img width="1" height="6" alt="" src="includes/templates/pure-template/images/spacer.gif"/>
<br/>
</div>
</div>
</div>
<div id="headerWrapper">
<div id="logoWrapper">
<div id="taglineWrapper"/>
</div>
<div class="dt">
<div class="dr">
<div class="dc">
<img width="1" height="1" alt="" src="includes/templates/pure-template/images/spacer.gif"/>
<br/>
</div>
</div>
</div>
<div class="dt">
<div class="dr">
<div class="dc">
<img width="1" height="1" alt="" src="includes/templates/pure-template/images/spacer.gif"/>
<br/>
</div>
</div>
</div>
</div>
<table id="contentMainWrapper" width="100%" cellspacing="0" cellpadding="0" border="0">
To this:
PHP Code:
</div>
</div>
<table id="contentMainWrapper" width="100%" cellspacing="0" cellpadding="0" border="0">
You have nothing in these divs except a spacer. DOn't know if they are all lockated in the tpl_header.php or not looks like one of those lovely purchased templates. Remember that ANY css file in the /MyTemplate/css directory WILL be loaded in alphabetical order. Might want to get rid of the extras so you can eliminate them in the "where do I change whatsit" search.