Chodzi oto by dodać pewną kolumnę tak by prawy bok się nie rozwalał.
Oto zdjęcie:

Legenda:
1 - ta kolumna którą chcę dodać.
2 - to co się rozwala.
<html> <head> <meta http-equiv="Content-Language" content="pl"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1250"> <link href="style.css" rel="stylesheet" type="text/css"> </head> <body bgcolor="black"> <div align="center"> <table border="<?=$_GET['border']?>" background="images/_bck.png" cellpadding="0" cellspacing="0" width="686" height="645"> <tr> </tr> <tr> </tr> <tr> <td width="502" height="470" align="left" valign="top" class="tmbf"><?php include('pages/includes.php'); showpage($_GET['viewpage']); ?></td> </tr> <tr> </tr> </table> </div> </body> </html>
A oto pytanie:
Czy można by było to jakoś naprawić ?
Jak tak to można by było poprosić o ten fragment kodu który jest do zamiany ?
@edit
Już wcześniej sobie tym poradziłem. w pole colspan wpisałem jedynkę i kilka zer

Dziękuję, Babcia@Stefa