Ok, my site
HERE has a problem with the current theme i just finished. Its showing the colums as if there is no main table holding it together and i can't seem to find the problem so could someone help me. Here is the tables.php code i would think the error would be in there
Code:
function OpenTable() {
global $bgcolor1, $bgcolor2;
echo "<table width=\"500\" border=\"0\" cellspacing=\"0\" cellpadding=\"7\">
<tr>
<td><table width=\"500\" border=\"0\" cellspacing=\"0\" cellpadding=\"2\">
<tr>
<td bgcolor=\"#212121\"><table width=\"500\" border=\"0\" cellspacing=\"0\" cellpadding=\"1\">
<tr>
<td bgcolor=\"#000000\"><table width=\"500\" border=\"0\" cellpadding=\"4\" cellspacing=\"0\" bgcolor=\"#212121\">
<tr>
<td>";
}
function CloseTable() {
echo "</td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
</td>
</tr>
</table>";
}
function OpenTable2() {
global $bgcolor1, $bgcolor2;
echo "<table border=\"0\" cellspacing=\"1\" cellpadding=\"0\" bgcolor=\"$bgcolor2\" align=\"center\"><tr><td>\n";
echo "<table border=\"0\" cellspacing=\"1\" cellpadding=\"8\" bgcolor=\"$bgcolor1\"><tr><td>\n";
}
function CloseTable2() {
echo "</td></tr></table></td></tr></table>\n";
}
And as you can see if u look at the site the block titles are doubling even though they are small enough to be on 1 line, so idk if that is part of the same problem or a total diff one, so if someone could help me on that too it would be nice. Thanks