freudenhaus Posted April 23, 2009 Report Share Posted April 23, 2009 Hallo, ich versuche, die Box mit Informationen (Liefer- und Versandkosten etc.) auf die rechte Seite zu verschieben. Sollte ja in der index.html möglich sein, aber ich weiß leider nicht welchen Codeteil ich wohin verschieben soll bzw. was zu ändern ist - Hilfe! Vielen Dank Link to comment Share on other sites More sharing options...
Fry Posted April 23, 2009 Report Share Posted April 23, 2009 Wenns ein "Standart"-xt:C-Template ist suche in der index.html <td class="navLeft" valign="top"><table width="184" border="0" cellpadding="0" cellspacing="0"> <tr> <td>{$box_CATEGORIES}{$box_ADD_QUICKIE}{$box_CONTENT}{$box_INFORMATION}{$box_LAST_VIEWED}{$box_REVIEWS}{$box_SEARCH}{$box_SPECIALS}{$box_WHATSNEW}</td> </tr> </table> </td> <td valign="top"><table width="100%" border="0" cellspacing="4" cellpadding="0"> <tr> <td><table width="98%" border="0" cellpadding="0" cellspacing="0"> <tr> <td class="main">{$main_content}</td> </tr> </table></td> </tr> </table></td> <td valign="top" class="navRight"><table width="184" border="0" cellspacing="0" cellpadding="0"> <tr> <td>{$box_CART}{$box_LOGIN}{$box_ADMIN}{$box_NEWSLETTER}{$box_BESTSELLERS}{$box_INFOBOX} {$box_CURRENCIES} {$box_LANGUAGES}{$box_MANUFACTURERS_INFO}{$box_MANUFACTURERS} </td> </tr> Von <td class="navLeft" valign..... angefangen ist links, das von td valign="top" class="navRight ist rechts auf der Seite. Einfach das gewünschte {$box_INFORMATION} hin- und herschieben. Gruss Fry Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.