17
           
            
                
     
    
    yeah I am seeing unexisting code too. Go to administration menu > system > preferences > genereal settings and set to YES this option: Check templates for modifications ?
and erase all the files in templates_c folder except the index.html, just to be double sure no cache is left.
then here is the header table again and style you'll need for the header:
header table:
 <table width="100%" cellspacing="0"> 
    <tr > 
      <td id="headerbanner"> td> 
    tr> 
    <tr> 
      <td id="headerbar"> td> 
    tr> 
table>  
style: 
#headerbanner {
 background-color: #FFFFFF;
 background-image: url(LTLF.gif);
 background-repeat: no-repeat;
 background-position: center;
 height: 155px;
}