Need HELP about arranging the table
I have a flash site. That flash is in the middle of the page. I want to put google ads on both sides (left and right) of the page. I tried many times but I couldnt do that. I need help!
<table width="98%" height="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="middle" align="center"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="100%" height="100%" id="My site" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="sitem.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#b9c0d3" />
<embed src="site.swf" quality="high" bgcolor="#b9c0d3" width="100%" height="100%" name="my site" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object></td>
</tr>
</table>
---------------
This is the google code I want to add to both sides of the page.
<script type="text/javascript"><!--
google_ad_client = "pub-5451653113195345";
/* 160x600, oluşturulma 20.05.2008 */
google_ad_slot = "4874567834";
google_ad_width = 160;
google_ad_height = 600;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
I will be so thankful if someone help me.
|