Okay... versuch mal das!
Code: Alles auswählen
<div align="center"><span class="copyright"><br />{ADMIN_LINK}<br />
<!--
We request you retain the full copyright notice below including the link to www.phpbb.com.
This not only gives respect to the large amount of time given freely by the developers
but also helps build interest, traffic and use of phpBB 2.0. If you cannot (for good
reason) retain the full copyright we request you at least leave in place the
Powered by phpBB {PHPBB_VERSION} line, with phpBB linked to www.phpbb.com. If you refuse
to include even this then support on our forums may be affected.
The phpBB Group : 2002
// -->
</td>
</tr>
<tr>
<th align="left" class="thcornerL" nowrap><span class="copyright">DEIN TEXT</span></th>
<th align="right" class="thcornerL" nowrap>
<span class="copyright">
Powered by <a href="http://www.phpbb.com/" target="_phpbb" class="copyright"> phpBB</a> {PHPBB_VERSION} © 2001, 2002 phpBB Group
</span>
</th>
</tr>
</table>
Edit: Jetzt dürfte der Text rechts erst mal auf einer Zeile stehen. Der Fehler, dass die rechte Zelle außerhalb bleibt dürfte aber immer noch sein. Ich versuch mal eben was und poste es dann hier.
Edit: So, jetzt hab ich es... so wie es oben steht stimmt es schon, doch wir müssten in der index_body.tpl so gut wie alle Zellen mit colspan=".." versehen. Zum ersten wäre das ne scheiss Arbeit und zum zweiten geht es nun auch einfacher.
Versuch also mal das hier......
Code: Alles auswählen
<div align="center"><span class="copyright"><br />{ADMIN_LINK}<br />
<!--
We request you retain the full copyright notice below including the link to www.phpbb.com.
This not only gives respect to the large amount of time given freely by the developers
but also helps build interest, traffic and use of phpBB 2.0. If you cannot (for good
reason) retain the full copyright we request you at least leave in place the
Powered by phpBB {PHPBB_VERSION} line, with phpBB linked to www.phpbb.com. If you refuse
to include even this then support on our forums may be affected.
The phpBB Group : 2002
// -->
</td>
</tr>
<tr>
<th align="left" class="thcornerL">
<span class="copyright">DEIN TEXT</span>
<p style="margin-top: -15"><div align="right">
<span class="copyright">
Powered by <a href="http://www.phpbb.com/" target="_phpbb" class="copyright"> phpBB</a> {PHPBB_VERSION} © 2001, 2002 phpBB Group
</span>
</div>
</th>
</tr>
</table>