Seite 1 von 1

werbung mod sitzt zu hoch

Verfasst: 27.10.2005 09:07
von bigi
Guten morgen

Wer kann mir helfen?

ich habe das mod Werbung rechts eingebaut, die Variante 3

nun sieht die Optik aber verschoben aus.


Die Werbung sollte erst ab der unteren Tabelle angangen, auf der Höhe "letzter Beitrag"
Wie bekome ich das hin?

mit Bild drüber und schwarzem bg das klappt nicht

hier zum Ansehen



overall_footer.tpl Quelltext:

<td valign="top" width="15%">
<table height="500" width="100%" cellpadding="3" cellspacing="1" border="0">
<tr>
<td valign="top" class="row1" align="center">
<br />
<!-- Anfang Werbung -->
<b><script type="text/javascript"><!--
google_ad_client = "pub-0244266690172378";
google_ad_width = 160;
google_ad_height = 600;
google_ad_format = "160x600_as";
google_ad_type = "text";
google_ad_channel ="";
google_color_border = "333333";
google_color_bg = "000000";
google_color_link = "FFFFFF";
google_color_url = "FFFFCC";
google_color_text = "FFCC00";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></b>
<!-- Schluss Werbung -->
<br>
&nbsp;
</td>
</tr>
</table>
<br />


</td>
</td>
</tr>
</table>

<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 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> &copy; 2001, 2005 phpBB Group<br />{TRANSLATION_INFO}</span></div>

</body>
</html>

Lieben Dank im Voraus
Bigi

Verfasst: 27.10.2005 10:41
von Markus67
Hi ...

suche in der overall_header.tpl

Code: Alles auswählen

		<td class="bodyline"><table width="100%" cellspacing="0" cellpadding="0" border="0">
ersetze mit:

Code: Alles auswählen

		<td class="bodyline" colspan="2" valign="top"><table width="100%" cellspacing="0" cellpadding="0" border="0">
ganz ans Ende der overall_header.tpl folgendes noch einfügen:

Code: Alles auswählen

				<tr>
		<td valign="top" width="85%">
overall_footer.tpl
suche:

Code: Alles auswählen

			<td valign="top" width="15%">
davor einfügen:

Code: Alles auswählen

</td>
Markus

Verfasst: 27.10.2005 10:51
von bigi
ich danke :)