 |
Results from the most recent live auction are here.
22 members in the live chat room. Join Chat!
| |
11-23-2006, 05:35 AM
|
· #1 | | Senior Member Location: Belfast Join Date: Aug 2005
Posts: 1,198
NP$: 6.85 ( Donate)
| Help editing a table. 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> |
| |
11-23-2006, 07:31 AM
|
· #2 | | DNOA Member Name: Shoei Location: Montreal, Quebec, Canada Join Date: Feb 2006
Posts: 324
NP$: 65.00 ( Donate)
| Looks "ok" ? |
| |
11-23-2006, 10:30 AM
|
· #3 | | Senior Member Location: Belfast Join Date: Aug 2005
Posts: 1,198
NP$: 6.85 ( Donate)
| |
| |
11-23-2006, 10:22 PM
|
· #4 | | DNOA Member Name: Vlad Join Date: May 2006
Posts: 1,267
NP$: 1620.58 ( Donate)
| 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  |
| |
11-24-2006, 05:22 AM
|
· #5 | | Senior Member Location: Belfast Join Date: Aug 2005
Posts: 1,198
NP$: 6.85 ( Donate)
| 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> |
| |
11-24-2006, 06:06 AM
|
· #6 | | DNOA Member Name: Shoei Location: Montreal, Quebec, Canada Join Date: Feb 2006
Posts: 324
NP$: 65.00 ( Donate)
| try adding <table> above what you just posted (before the first <tr>) |
| |
11-24-2006, 06:50 AM
|
· #7 | | Senior Member Location: Belfast Join Date: Aug 2005
Posts: 1,198
NP$: 6.85 ( Donate)
| 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> |
| |
11-25-2006, 05:38 AM
|
· #8 | | Senior Member Location: Belfast Join Date: Aug 2005
Posts: 1,198
NP$: 6.85 ( Donate)
| Can anyone help?
Thanks. |
| |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | |