wie setze ich denn in der vorlage den entsprechenden marker?
bei mir sieht das template jetzt so aus:
<html>
<head>
<title>GREEN template</title>
</head>
<body>
<!-- ###DOCUMENT_BODY### begin -->
<table border="0" cellpadding="0" cellspacing="0" width="1">
<tr>
<td><a href="http://www.chrisse-boehm.de/htdocs/index.php">###TOP_LOGO###</a></td>
<td>###TOP_IMAGE###</td>
</tr>
<tr>
<td colspan="2" nowrap="nowrap">###MAIN_MENU###</td>
</tr>
<tr>
<td colspan="2">
<table border="0" cellpadding="0" cellspacing="0" width="1">
<tr>
<td><img src="clear.gif" height="1" width="10" alt="" /></td>
<td valign="top">
###PAGE_TITLE###<br /><br />
###SUB_MENU###
</td>
<td><img src="clear.gif" height="1" width="25" alt="" /></td>
<td valign="top">###CONTENT###</td>
<td valign="">###RECHTS###</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- ###DOCUMENT_BODY### end -->
</body>
</html>
Nun wird der Marker RECHTS angezeigt. Das will ich aber nicht. Wo und wie genau muss ich den Marker setzen, damit das ganze mit dem o.g. Cod funktioniert?
MfG
Chrisse |