I put google ads were the latest games would be but the table is showing up funny.
www.arcadesplash.com
Heres the code below, can anyone eit the code to show the table correctly?
Thanks.
www.arcadesplash.com
Heres the code below, can anyone eit the code to show the table correctly?
Thanks.
Code:
<table border="0" cellpadding="0" cellspacing="0" align="center">
<tr>
<td height="24" class="sectionhead"><table width="600" border="0" cellspacing="0" cellpadding="0"> <tr>
<td><img src="./templates/arcade/images/pg_head_left.jpg" border="0" alt="" /></td>
<td width="100%" background="./templates/arcade/images/pg_head_bg.jpg" class="sectionhead" width="100%">latest Additions!</td>
<td background="./templates/arcade/images/pg_head_bg.jpg" align="right"><img src="./templates/arcade/images/pg_head_right.jpg" border="0" alt="" /></td>
</tr></table></td>
</tr>
<tr>
<td bgcolor="#4D4D4D" style="border-left: 1px solid #BBBBBB; border-right: 1px solid #BBBBBB;">
<table class="greyBox" border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody><tr>
<td> <table border="0" cellpadding="0" cellspacing="0">
<tbody><tr>
<?php $imgid="images/".rand("20100", "20500").".png";
if(!file_exists($imgid)) {
$imgid="images/".rand("20100", "20500").".png";
}
?>
<td><img src="http://www.arcadesplash.com/ds.gif" align="left" border="0" height="280" hspace="4" vspace="3" width="60"></td>
<td width="100%"><script type="text/javascript"><!--
google_ad_client = "pub-XXXXXXXXXXXXXX";
google_alternate_color = "4D4D4D";
google_ad_width = 336;
google_ad_height = 280;
google_ad_format = "336x280_as";
google_ad_type = "text";
google_ad_channel ="1624917742";
google_color_border = "4D4D4D";
google_color_bg = "4D4D4D";
google_color_link = "FFFFFF";
google_color_text = "FFFFFF";
google_color_url = "FFFFFF";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></td>
</tr>
</tbody></table></td>
</tr></table>







