Seite 1 von 1

der letzte Balken in mein Forum Powered by....

Verfasst: 09.07.2004 22:13
von Elvis
ich weis hört sich blöde an, ich weis nicht wie ich das sonst nene soll.

scaut euch mal das Bild an, da wo der rote Text steht so hätte ic hdas bei mir.
Ich weis leider nicht wie ich sowas mchen kann?

meine overal_footer.tpl

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="right" colspan="2" class="thcornerL" >
     <span class="copyright">
     Powered &nbsp; by <a href="http://www.phpbb.com/" target="_phpbb" class="copyright"> &nbsp;phpBB</a> {PHPBB_VERSION} &copy; 2001, 2002 &nbsp; phpBB Group &nbsp;
     </span>
	 </th>
	 </tr>
     </table>

Re: der letzte Balken in mein Forum Powered by....

Verfasst: 09.07.2004 22:42
von ICO
So dürfte das nach deinem Wunsch aussehen....

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></th>
     <th align="right" class="thcornerL" >
     <span class="copyright">
     Powered &nbsp; by <a href="http://www.phpbb.com/" target="_phpbb" class="copyright"> &nbsp;phpBB</a> {PHPBB_VERSION} &copy; 2001, 2002 &nbsp; phpBB Group &nbsp;
     </span>
	 </th>
	 </tr>
     </table>

Verfasst: 09.07.2004 23:47
von Elvis
mhh jetzt sieht das so aus. naja ich nehme mal an das liegt am cellpic3 irgendwie der macht den Balken größer :-?

Re: der letzte Balken in mein Forum Powered by....

Verfasst: 10.07.2004 11:31
von ICO
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 &nbsp; by <a href="http://www.phpbb.com/" target="_phpbb" class="copyright"> &nbsp;phpBB</a> {PHPBB_VERSION} &copy; 2001, 2002 &nbsp; phpBB Group &nbsp;
     </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 &nbsp; by <a href="http://www.phpbb.com/" target="_phpbb" class="copyright"> &nbsp;phpBB</a> {PHPBB_VERSION} &copy; 2001, 2002 &nbsp; phpBB Group &nbsp;
     </span>
     </div>
	 </th>
	 </tr>
     </table>

Verfasst: 10.07.2004 11:59
von Elvis
hey Danke, jetzt klappt es.

Verschoben

Verfasst: 10.07.2004 13:16
von Leuchte
Verschoben von Modifikationen nach Styles, Templates und Grafiken