kann mir jmd. das Ilch Standartdesign so umschreiben, das es nur 2 Spalten hat (also ein Navigationsmenü auf der linken Seite und den content auf der rechten Seite)
Danke
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-loose.dtd"> <html> <head> <title>{TITLE}</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <link rel="stylesheet" type="text/css" href="include/designs/ilchclan/style.css"> </head> <body> <div id="wrap"> <div id="top"></div> <div id="header"><h1>{SITENAME}</h1></div> <div id="top2"><font><b> » </b>{HMENU}</font></div> <div id="content"> <div id="left_col"> {_list_menunr1@ <b class="menu_heading">%1</b> <table cellpadding="0" cellspacing="0" border="0" width="100%"> <tr style="height: 12px;background: url(include/designs/ilchclan/img/box_left_middle.gif) top left repeat-y;"> <td style="height: 12px; background: url(include/designs/ilchclan/img/box_left_top.gif) top left no-repeat;"></td> </tr> <tr> <td style="background: url(include/designs/ilchclan/img/box_left_middle.gif) top left repeat-y;" align="top">%2</td> </tr> <tr style="height: 9px;background: url(include/designs/ilchclan/img/box_left_middle.gif) top left repeat-y;"> <td style="height: 9px; background: url(include/designs/ilchclan/img/box_left_bottom.gif) bottom left no-repeat;"></td> </tr> </table> <br /> } </div> <div id="main_col">{EXPLODE}</div> <div id="right_col1"> {_list_menunr2@ <table width="141" cellpadding="0" cellspacing="0" border="0"> <tr> <td style="width: 141px; height: 21px; background: url(include/designs/ilchclan/img/box_middle-right_top.gif) no-repeat bottom left;" align="center"><b class="menu_heading">%1</b></td> </tr><tr> <td style="min-height:100px; background: url(include/designs/ilchclan/img/box_mittle-right_middle.gif) repeat-y; padding: 100px;">%2</td> </tr><tr> <td><img src="include/designs/ilchclan/img/box_middle_bottom.gif" alt="" /></td> </tr> </table> <br /> } </div> <br style="clear: both;" /> </div> <div id="footer">Script Copyright by <a href="http://www.ilch.de/" target="_blank">Ilch.de</a></div> </div> </body> </html> <!-- {_list_DDDmenupoint@ <strong><big>·</big></strong> <a %1 class="box" href="%2">%3</a> <br /> } //--> <!-- beispiel: [null, '%3', '%2', '%1', null|],|, --> <!-- anfang + link |ende |teilende|teilee --> <!-- horizontaler menupunkt --> {_list_hmenupoint@<li><a target="%1" class="box" href="%2">%3</a>|</li>|<br />|</ul></li>} <!-- horizontaler menupunkt anfang --> {_list_hmenubegi@<ul>} <!-- horizontaler menupunkt ende --> {_list_hmenuende@</ul>} <!-- vertikaler menupunkt --> {_list_vmenupoint@<li><a target="%1" class="box" href="%2">%3</a>|</li>|<br /><ul>|</ul></li>} <!-- vertikaler menupunkt anfang --> {_list_vmenubegi@<ul>} <!-- vertikaler menupunkt ende --> {_list_vmenuende@</ul>}