Ok *beruhig*
ich versuche grad in der overall_footer ein table mit 3 Spalten und 1 Zeile unterzubringen. Das geht praktisch solange gut bis ich in diesen table versuche Bilder einzufügen. In dem moment zieht er mir das ganze Forum nach rechts
So sieht es Original (von mir erstellt) aus
Code: Alles auswählen
<tr><td height="80" width="775" class="footer" valign=bottom><div align="center"><span class="copyright">{ADMIN_LINK}
<!--
Text über Copyright (verkürzt)
// -->
Powered by <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> {PHPBB_VERSION} © 2001, 2002 phpBB Group<br>Style © by <a href="http://www.blabla" class="copyright">...
</a></span><br><br></td></tr>Code: Alles auswählen
<table width="100%" border="0" cellspacing="0" cellpadding="0" height="86"><tr><td width="568" class="footerli"><table border="0" cellspacing="0" cellpadding="0">
<tr><td><span class="copyright">{ADMIN_LINK}
<!--
Text über Copyright (verkürzt)
// -->
Powered by <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> {PHPBB_VERSION} © 2001, 2002 phpBB Group<br>Style © by <a href="http://www.blabla" class="copyright">.....</a></span></td></tr></table></td><td class="footerli2"><img src="../../images/spacer.gif" alt="" height="86" width="1" border="0"></td> <td width="133" class="footerli1"><img src="../../images/spacer.gif" alt="" height="68" width="133" border="0"></td></tr></table>PS: was ist den hier im Forum passiert (Profil und diese Abfrage). Das ist echt ne Überraschungskiste bei jedem Besuch

Susan