Hallo,
ich würde gern mein Design anpassen aber mit der Anleitung hier auf ilch funktioniert das nicht gibt es das was zu beachten?
betroffene Homepage: gamecheck2.funpic.de
Hier kann eine Notiz zum Merk-Eintrag hinzugefügt werden (optional)
Geschlossen |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de"> <head> <title>{TITLE}</title> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> <meta name="description" content="" /> <meta name="author" content="" /> <meta name="keywords" content="" /> <link href="style.css" type="text/css" rel="stylesheet" /> </head> <body> <div id="seitenbereich"> <div id="kopf"></div> <div id="navi">{_boxes_ALLIANZ}</div> <div id="inhalt">{EXPLODE}</div> <div id="fuss">Designed by Florian Kuehnert Homepage: <a href="http://www.floriankuehnert.tk">FlorianKuehnert.tk</a></div> </div> </body> </html>
* { margin: 0; padding: 0; } body { background-color: #07FF35; } #seitenbereich { margin: 0 auto; background-image: url(Bilder/navi.jpg); background-repeat: repeat; width: 800px; } #kopf { background-image: url(Bilder/tomate.jpg); height: 205px; } #navi { float: left; width: 180px; text-align: center; color: #FFFFFF; } #nav1 a { color: #07FFF7; } #navi li { list-style-type: none; color: white; } #inhalt { margin-left: 210px; text-align: center; } #fuss { background-color: #808080; text-align: center; }
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de"> <head> <title>{TITLE}</title> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> <meta name="description" content="" /> <meta name="author" content="" /> <meta name="keywords" content="" /> <link href="include/designs/neu/style.css " type="text/css" rel="stylesheet" /> </head> <body> <div id="seitenbereich"> <div id="kopf"></div> <div id="inhalt">{EXPLODE}</div> <div id="navi">{_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="fuss">Designed by Florian Kuehnert Homepage: <a href="http://www.floriankuehnert.tk">FlorianKuehnert.tk</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>}
Geschlossen | ||
Zurück zu HTML, PHP, SQL,... |