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

Alles zu Styles, Templates, Icons und Smilies für phpBB 2.0, sowie allgemeine Designfragen zur Integration von phpBB in bestehende Websites.
Forumsregeln
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.0, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
Antworten
Benutzeravatar
Elvis
Mitglied
Beiträge: 3373
Registriert: 26.05.2003 22:39

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

Beitrag 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>
ICO
Mitglied
Beiträge: 6
Registriert: 16.03.2004 16:13

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

Beitrag 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>
Benutzeravatar
Elvis
Mitglied
Beiträge: 3373
Registriert: 26.05.2003 22:39

Beitrag von Elvis »

mhh jetzt sieht das so aus. naja ich nehme mal an das liegt am cellpic3 irgendwie der macht den Balken größer :-?
ICO
Mitglied
Beiträge: 6
Registriert: 16.03.2004 16:13

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

Beitrag 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>
Benutzeravatar
Elvis
Mitglied
Beiträge: 3373
Registriert: 26.05.2003 22:39

Beitrag von Elvis »

hey Danke, jetzt klappt es.
Benutzeravatar
Leuchte
Ehemaliges Teammitglied
Beiträge: 9179
Registriert: 26.05.2003 14:57
Wohnort: Duisburg
Kontaktdaten:

Verschoben

Beitrag von Leuchte »

Verschoben von Modifikationen nach Styles, Templates und Grafiken
Antworten

Zurück zu „phpBB 2.0: Styles, Templates und Grafiken“