Verfasst: 23.02.2014, 21:34
Hat sich erledigt. ^^
https://m.lightys-pchilfe-forum.info/
Code: Alles auswählen
<li><a href="$_cfg[SITE]/index.php?$_sess[url]"><#lng_menu_index#></a></li>
Code: Alles auswählen
<li><a href="$_cfg[SITE]/index.php?$_sess[url]"><img src="HIER DIE BILDADRESSE EINTRAGEN" alt="" /></a></li>
Code: Alles auswählen
<li><a href="$_cfg[SITE]/index.php?$_sess[url]"><img src="{$_style->cfg['images']}/forum.png" alt="" /a></li>
Code: Alles auswählen
<li></li>
... ok, da ist schon mal ein Fehler drin !logen hat geschrieben: Also ich habe nun folgenden Code bei dem index Button:
Code: Alles auswählen
<li><a href="$_cfg[SITE]/index.php?$_sess[url]"><img src="{$_style->cfg['images']}/forum.png" alt="" /a></li>
Code: Alles auswählen
<li><a href="$_cfg[SITE]/index.php?$_sess[url]"><img src="{$_style->cfg['images']}/forum.png" alt="" /></a></li>
Code: Alles auswählen
<div class="space" id="header">
<if( !empty($_style->cfg['logo']) )>
<a href="http://sxe.bplaced.net/"><img src="{$_style->cfg['logo']}" alt="$_config[TITEL_KURZ]" /></a>
<else>
<h1>$_config[TITEL_KURZ]</h1>
</if>
</div>
<div id="menu" class="clearfix">
<ul>
<if( !empty($_style->login) )>
<a href="$_cfg[SITE]/index.php?$_sess[url]"><img src="{$_style->cfg['images']}/forum.png" alt="" /></a>
<a href="$_cfg[SITE]/user.php?$_sess[url]"><img src="{$_style->cfg['images']}/profil.png" alt="" /></a>
<else>
<a href="$_cfg[SITE]/signup.php?$_sess[url]"><img src="http://sxe.bplaced.net/images/default/newtopic.png"><#lng_menu_signup#></a>
</if>
<a href="$_cfg[SITE]/members.php?$_sess[url]"><img src="{$_style->cfg['images']}/userliste.png" alt= /></a>
<a href="$_cfg[SITE]/team.php?$_sess[url]"><img src="{$_style->cfg['images']}/team.png" alt="" /></a>
<a href="$_cfg[SITE]/search.php?$_sess[url]"><img src="{$_style->cfg['images']}/suche.png" alt="" /></a>
<if( !empty($_style->admin) )>
<a href="$_cfg[SITE]/admin/index.php?$_sess[url]"><img src="{$_style->cfg['images']}/admin.png" alt="" /></a>
</if>
</ul>
</div>
<div class="space" style="height: 0px; clear: both;"> </div>
<ul>Line 38, Column 44: document type does not allow element "a" here; assuming missing "li" start-tag
... versuche mal margin: 4px 0 0 0;margin: 4px 10px 0 10px;
Code: Alles auswählen
<div class="space" id="header">
<if( !empty($_style->cfg['logo']) )>
<a href="http://sxe.bplaced.net/"><img src="{$_style->cfg['logo']}" alt="$_config[TITEL_KURZ]" /></a>
<else>
<h1>$_config[TITEL_KURZ]</h1>
</if>
</div>
<li>
<div id="menu" class="clearfix">
<ul>
<if( !empty($_style->login) )>
<a href="$_cfg[SITE]/index.php?$_sess[url]"><img src="{$_style->cfg['images']}/forum.png" alt="" /></a><a href="$_cfg[SITE]/user.php?$_sess[url]"><img src="{$_style->cfg['images']}/profil.png" alt="" /></a><else><a href="$_cfg[SITE]/signup.php?$_sess[url]"><img src="http://sxe.bplaced.net/images/default/newtopic.png"><#lng_menu_signup#></a>
</if><a href="$_cfg[SITE]/members.php?$_sess[url]"><img src="{$_style->cfg['images']}/userliste.png" alt= /></a><a href="$_cfg[SITE]/team.php?$_sess[url]"><img src="{$_style->cfg['images']}/team.png" alt="" /></a><a href="$_cfg[SITE]/search.php?$_sess[url]"><img src="{$_style->cfg['images']}/suche.png" alt="" /></a><if( !empty($_style->admin) )><a href="$_cfg[SITE]/admin/index.php?$_sess[url]"><img src="{$_style->cfg['images']}/admin.png" alt="" /></a>
</if>
</li>
</ul>
</div>
<div class="space" style="height: 0px; clear: both;"> </div>