Bekomme Part nicht in Tabelle :(

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
bazo

Bekomme Part nicht in Tabelle :(

Beitrag von bazo »

Hallo,
habe ein Problem
Wer kann mir den unteren Code so hinschmieden ,dass der Copyright in der Tabelle drin ist? und nciht unten im grauen.
Das wär saumäßig lieb.
Also eigentlich so wie dort unten.(im Footer)
Hier der Code

Code: Alles auswählen

<br><!-- Code fuer den phpBB.de-Webring START --> <table width="100%" cellpadding="0" cellspacing="0" border="0">
<div align="center"><img name="webring" src="http://www.bazo.s1.cybton.com/phpBB2/images/webring.gif" width="100" height="42" border="0" usemap="#m_webring" alt=""></div>
<map name="m_webring">
<area shape="rect" coords="39,24,57,42" href="http://www.phpbb.de/wr_go.php?id=74&action=rand" alt="Zufällige Site" title="Zufällige Site">
<area shape="rect" coords="82,24,100,42" href="http://www.phpbb.de/wr_go.php?id=74&action=next" alt="Nächste Site" title="Nächste Site">
<area shape="rect" coords="0,24,18,42" href="http://www.phpbb.de/wr_go.php?id=74&action=prev" alt="Vorherige Site" title="Vorherige Site">
<area shape="rect" coords="0,0,100,21" href="http://www.phpbb.de/wr_info.php?id=74" alt="Infos über diese Site" title="Infos über diese Site">
</map>
</table>
<!-- Code fuer den phpBB.de-Webring ENDE -->
<style type="text/css">
a.ring_mono,
a.ring_mono:hover,
a.ring_mono:active,
a.ring_mono:visited,
ring_mono {
    font-family:Verdana, Arial, sans-serif;
    font-size: 0.8em;
    font-weight: bold;
    text-decoration: none;
}
a.ring_text,
a.ring_text:hover,
a.ring_text:active,
a.ring_text:visited,
ring_text {
    font-family:Verdana, Arial, sans-serif;
    font-size: 0.8em;
    font-weight: bold;
}

</style>
	

</table>
<table cellspacing="3" border="0" align="center" cellpadding="0">		   
<tr>
<td><span class="gensmall">{DURATION_TIME}</span></td>
</tr>
</table>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
	<tr>

	

	   <td align="right" height="68"><img src="templates/subSilver/images/untenrechts.gif" width="15" height="68" alt="" /></td>
	   <td style="background:url(templates/subSilver/images/untenmitte.gif);background-repeat:x;" height="68" width="100%">
	   	   
		   	<div align="center"><span class="copyright"><br />{ADMIN_LINK}<br />

<a href="modslist.php" class="gensmall" target="_self">MODs</a>
<!--
	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
// -->
Powered by <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> {PHPBB_VERSION}
© 2001, 2002 phpBB Group<br />{TRANSLATION_INFO}</span></div>

<td align="left" height="68"><img src="templates/subSilver/images/untenlinks.gif" width="15" height="68" alt="" /></td>

</body>
</html>
Danke euch!
Acid
Ehrenadmin
Beiträge: 12195
Registriert: 26.04.2001 02:00
Wohnort: Berlin

Beitrag von Acid »

</style>


</table>
..lösche mal diesen Tabellenabschluss und füge vor </body> noch einen korrekten Tabellenabschluss ein (</tr></table>).
bazo

Beitrag von bazo »

DANKÖ
Antworten

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