NameSilo

Help editing a table.

Spaceship Spaceship
Watch
Impact
8
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.

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>
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
Unstoppable DomainsUnstoppable Domains
Looks "ok" ?
 
0
•••
0
•••
Hey Erricson,

The problem is not coming from where you indicated, look a little bellower.

Search for
Code:
<tr>
				<td bgcolor="#4D4D4D" style="border-left: 1px solid #BBBBBB; border-right: 1px solid #BBBBBB;">
        <table width="100%"  border="0" cellpadding="0" cellspacing="0" class="greyBox"> 
      <tr> 
        <td> <table border="0" cellpadding="0" cellspacing="0"> 
            <tr> 
              <td> <a href=./index.php?action=play&id=> 
                <img src="images/" height=60 width=60 hspace=4 vspace=3 border=0 align=left></a></td> 
              <td width=100%> <table border="0" cellpadding="0" cellspacing="0" width=100%> 
                  <tr> 
                    <td align=left class="thead" colspan="5" height=20> <strong>ย  
                      <a href=./index.php?action=play&id=> 
                      </a></strong></td> 
                    <td align=right class="thead" colspan="5"><i></i>ย  ย  ย </td> 
                  </tr> 
                </table> 
                <p class="normalText" valign=top></p></td> 
            </tr> 
          </table></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> 
	                  
            </tr> 
          </tbody></table></td> 
      </tr></table></td></tr>
			<tr>

				<td bgcolor="#4D4D4D" style="border-left: 1px solid #BBBBBB; border-right: 1px solid #BBBBBB; border-bottom: 1px solid #BBBBBB;"></td>
			</tr>

and erase it. Everything should be normal :)
 
0
•••
Heres the code from the script, what exactluy do I take out?

Code:
<tr>
				<td bgcolor="#4D4D4D" style="border-left: 1px solid #BBBBBB; border-right: 1px solid #BBBBBB;">
        <table width="100%"  border="0" cellpadding="0" cellspacing="0" class="greyBox"> 
      <tr> 
        <td> <table border="0" cellpadding="0" cellspacing="0"> 
            <tr> 
              <td> <?php 
if($seo_support == "1"){ if($seo_words == "1"){ 
echo "<a href=\"./play-$gameid-$game_name2.html\"> \n ";} else {
echo "<a href=\"./play-$gameid.html\"> \n ";} } 
else { echo "<a href=./index.php?action=play&id=$gameid>"; }

?> 
                <img src="images/<?php echo"$thumb"; ?>" height=60 width=60 hspace=4 vspace=3 border=0 align=left></a></td> 
              <td width=100%> <table border="0" cellpadding="0" cellspacing="0" width=100%> 
                  <tr> 
                    <td align=left class="thead" colspan="5" height=20> <strong>ย  
                      <?php 
if($seo_support == "1"){ if($seo_words == "1"){ 
echo "<a href=\"./play-$gameid-$game_name2.html\"> \n ";} else {
echo "<a href=\"./play-$gameid.html\"> \n ";} } 
else { echo "<a href=./index.php?action=play&id=$gameid>"; }

?> 
                      <?php echo"$gamename"; ?></a></strong></td> 
                    <td align=right class="thead" colspan="5"><i><?php echo"$catname"; ?></i>ย  ย  ย </td> 
                  </tr> 
                </table> 
                <p class="normalText" valign=top><?php 
				$description = substr("$description", 0, 250);
				echo"$description"; ?></p></td> 
            </tr> 
          </table></td> 
      </tr> 
    </table>
 
0
•••
try adding <table> above what you just posted (before the first <tr>)
 
0
•••
Ok heres the full code.
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-5670291349519961";
google_alternate_color = "4D4D4D";
google_ad_width = 336;
google_ad_height = 280;
google_ad_format = "336x280_as";
google_ad_type = "text";
//2006-11-23: ArcadeSplash Index
google_ad_channel = "8927337955";
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>
        
<tr>
				<td bgcolor="#4D4D4D" style="border-left: 1px solid #BBBBBB; border-right: 1px solid #BBBBBB;">
        <table width="100%"  border="0" cellpadding="0" cellspacing="0" class="greyBox"> 
      <tr> 
        <td> <table border="0" cellpadding="0" cellspacing="0"> 
            <tr> 
              <td> <?php 
if($seo_support == "1"){ if($seo_words == "1"){ 
echo "<a href=\"./play-$gameid-$game_name2.html\"> \n ";} else {
echo "<a href=\"./play-$gameid.html\"> \n ";} } 
else { echo "<a href=./index.php?action=play&id=$gameid>"; }

?> 
                <img src="images/<?php echo"$thumb"; ?>" height=60 width=60 hspace=4 vspace=3 border=0 align=left></a></td> 
              <td width=100%> <table border="0" cellpadding="0" cellspacing="0" width=100%> 
                  <tr> 
                    <td align=left class="thead" colspan="5" height=20> <strong>ย  
                      <?php 
if($seo_support == "1"){ if($seo_words == "1"){ 
echo "<a href=\"./play-$gameid-$game_name2.html\"> \n ";} else {
echo "<a href=\"./play-$gameid.html\"> \n ";} } 
else { echo "<a href=./index.php?action=play&id=$gameid>"; }

?> 
                      <?php echo"$gamename"; ?></a></strong></td> 
                    <td align=right class="thead" colspan="5"><i><?php echo"$catname"; ?></i>ย  ย  ย </td> 
                  </tr> 
                </table> 
                <p class="normalText" valign=top><?php 
				$description = substr("$description", 0, 250);
				echo"$description"; ?></p></td> 
            </tr> 
          </table></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";
			}
			?>
              
            </tr> 
          </tbody></table></td> 
      </tr></table></td></tr>
			<tr>
				<td bgcolor="#4D4D4D" style="border-left: 1px solid #BBBBBB; border-right: 1px solid #BBBBBB; border-bottom: 1px solid #BBBBBB;"></td>
			</tr>
		</table>
    <br />

    
   <?=$games_content?>
   </td>
    
<td width="8">ย </td>
      </tr>
    </table>
 
0
•••
Can anyone help?

Thanks.
 
0
•••
Dynadot โ€” .com Registration $8.99Dynadot โ€” .com Registration $8.99
Appraise.net
Unstoppable Domains
Domain Recover
NameMaxi - Your Domain Has Buyers
  • The sidebar remains visible by scrolling at a speed relative to the pageโ€™s height.
Back