Zitat geschrieben von
Ithron
is wirklich n leerzeichen zwischen dragon und index.htm? ich schätze mal nicht
nein.....war´n tip-fehler von mir;)
Zitat geschrieben von
Ithronposte einfach mal die index.htm
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<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/dragon/style.css">
<link rel="shortcut icon" href="include/designs/dragon/img/honklords.ico">
</head>
<body oncontextmenu="return false">
<table cellpadding="0" cellspacing="0" width="100%">
<tr>
<td align="center">
<div id="top">
<div id="header"></div>
<div id="header2">
<div id="header_menu"><a href="index.php">Home</a> :: <a href="index.php?links">Web-Links</a> :: <a href="index.php?downloads">Downloads</a> :: <a href="index.php?forum">Forum</a> :: <a href="index.php?gbook">Guest book</a> :: <a href="index.php?contact">Kontakt</a></div>
</div>
<div id="center">
<div id="left_col">
{_list_menunr1@
<table cellpadding="0" cellspacing="0" border="0" width="160">
<tr>
<td style="height: 16px; background: url(include/designs/dragon/img/box_left_top.jpg) no-repeat bottom left;" align="center"><b class="menu_heading">%1</b></td>
</tr>
<tr>
<td style="background: url(include/designs/dragon/img/box_left_middle.jpg) top left repeat-y; padding: 0px;color: #ffffff" align="left">%2</td>
</tr>
<tr>
<td style="height: 7px; background: url(include/designs/dragon/img/box_left_bottom.jpg) bottom left no-repeat;"></td>
</tr>
</table>
<br />
}
</div>
<div id="main_col">
<table width="539" cellpadding="0" cellspacing="0" border="0">
<tr>
<td style="width: 500px; height: 16px; background: url(include/designs/dragon/img/middle_top.jpg) no-repeat bottom left;" align="left"> <b> » </b>{HMENU}</td>
</tr><tr>
<td style="min-height:100px; background: url(include/designs/dragon/img/middle_middle.jpg) repeat-y; padding: 5px;"><div id="explore">{EXPLODE}</div></td>
</tr><tr>
<td><img src="include/designs/dragon/img/middle_bottom.jpg" alt="" /></td>
</tr>
</table>
</div>
<div id="right_col1">
{_list_menunr2@
<table width="171" cellpadding="0" cellspacing="0" border="0">
<tr>
<td style="width: 171px; height: 16px; background: url(include/designs/dragon/img/box_right_top.jpg) no-repeat bottom left;" align="center"><b class="menu_heading">%1</b></td>
</tr><tr>
<td style="min-height:100px; background: url(include/designs/dragon/img/box_right_middle.jpg) repeat-y; padding: 5px;">%2</td>
</tr><tr>
<td><img src="include/designs/dragon/img/box_right_bottom.jpg" alt="" /></td>
</tr>
</table>
<br />
}
</div>
</div>
<div id="footer"><div id="footer_menu"><a href="index.php?impressum">Impressum</a> | <a href="index.php?sitemap">Sitemap</a> | <a href="index.php?contact">Kontakt</a></div>
</div>
</div>
</td>
</tr>
</table>
</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>}