Hallo leute,
ich hab folgendes Problem:
ich möchte Google-Adsense Anzeigen links auf meine Homepage einbiden. Wenn ich das mache dann verschieb er mir alles andere nach unten. Wie kann ich das ändern? Bis schon langsam am verzweifeln:
Hier ist meine Url: http://www.oktoberfest-food.de
Quelltext:
{config_load file="$language/lang_$language.conf" section="index"}
<center>
<div style="text-align: left;">
<script type="text/javascript"><!--
google_ad_client = "pub-2651865055480261";
google_ad_width = 160;
google_ad_height = 600;
google_ad_format = "160x600_as";
google_ad_type = "text_image";
google_ad_channel = "";
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div>
<div style="text-align: center;">
<table width="500" align="center" height="9%" border="0" cellpadding="0" cellspacing="0" >
<tr>
</tr>
<td id="wrapper">
<table width="500" height="9%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="105" colspan="3">
<table width="100%" height="9%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="2" height="180" class="header" align="right" valign="top">Home |
{if $account}
{#link_account#}
{php} if (isset($_SESSION['customer_id'])) { {/php}
| {#link_logoff#}
{php} } {/php}
{/if}
| {#link_cart#} |
{#link_checkout#}
</td>
</tr>
<tr>
<td height="20" id="menu">{$navtrail}</td>
<td height="20" id="menu" align="right"></td>
</tr>
<tr height="10"><td colspan="2"></td></tr>
</table>
</td>
</tr>
<tr>
<td width="160" valign="top" id="box_column"><table width="100%" border="0" cellpadding="0" cellspacing="0"><tr><td>{$box_CATEGORIES}{$box_SEARCH}{$box_CONTENT}{$box_SCROLLER}{$box_WHATSNEW}</td></tr></table></td>
<td valign="top" width="460" class="mainBoxContent"><table width="100%" border="0" cellpadding="0" cellspacing="0"><tr><td>{$main_content}</td></tr></table></td>
<td width="160" valign="top" id="box_column"><table width="100%" border="0" cellpadding="0" cellspacing="0"><tr><td>{$box_LANGUAGES}{$box_CART}{$box_LOGIN}{$box_ADMIN}{$box_NEWSLETTER}{$box_LAST_VIEWED}{$box_BESTSELLERS} {$box_CURRENCIES} {$box_REVIEWS}{$box_INFOBOX}{$box_SPECIALS}{$box_COUNTER}</td></tr></table></td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
</tr>
<tr height="30">
<tr>
<td id="copyright" align="center">
<font style="font-size:10px;">
WebStore powered by 3D-Commercehttp://www.3d-commerce.com</font>
eCommerce Engine © 2006 xt:Commerce</td>
</div>
</tr>
</center>
</body>
</html>
Ich hoffe mir kann irgend jemand helfen.
Agi