Template einstellung

  • Hallo
    Habe folgendes Problem welches bei checkout_payment,checkout shipping und auch bei checkout_confirmation entsteht:
    bsp von checkout payment:
    Ich habe einen riesigen Leerraum zwischen

    Code
    <h2>{#heading_payment#}</h2>


    und

    Code
    {$FORM_ACTION}<table width="100%" border="0" cellspacing="0" cellpadding="0">  <tr>    <td><strong>{#title_address#}</strong></td>  </tr></table> <table width="100%" border="0" cellspacing="0" cellpadding="0">  <tr>    <td style="border-top: 1px solid; border-color: #cccccc;">	  <table width="100%" border="0" cellspacing="0" cellpadding="0">        <tr>          <td class="main">{#text_address#}<br /><br />{$BUTTON_ADDRESS}</td>          <td>		    <table width="100%" border="0" cellspacing="0" cellpadding="4">              <tr>                 <td align="center" valign="top" class="main"><strong>{#title_address#}</strong><br /><img src="{$tpl_path}img/arrow_south_east.gif" alt="" /></td>                <td class="boxTextBG" style="border-right: 1px solid; border-color: #cccccc;" align="left">{$ADDRESS_LABEL}</td>              </tr>            </table></td>        </tr>      </table></td>  </tr></table>

    wenn ich aber es mit firebug kontrolliere:

    woher kommen die blöden tables auf einmal?