Mam pewien problem
Ponieważ postanowiłem sobie napisać pseudo "bloga" zacząłem go tworzyć (masło maślane^^)
Ale spotkał mnie problem
Gdy nie dodam na środku newsów (przez include) prawe menu (sorki za ss ale mnie boli głowa i mi się lewa z prawym pomyliła

Prawe menu chowa się pod pewną tabele ( nie wystaje poza obszar blogu)
SS: http://img607.imageshack.us/f/lmenu.png/
Ale gdy dodam przez include plik news1.php (On wyświetla newsy) mam takie coś
SS2: http://img14.imageshack.us/i/lmenu1.png/
jeszcze dodam pliki
index.php
<html> <head> <title> <?php include('baza.php'); include('skladniki/title.php') ?> </title> <link href="img/styl.css" rel=stylesheet type=text/css> <meta http-equiv="Content-type" content="text/html; charset=iso-8859-2" /> </head> <body bgcolor="#FFFFFF" leftmargin="0" rightmargin="0" topmargin="0" bottommargin="0"> <TABLE align=center border=0 cellPadding=0 cellSpacing=0 width=700> <TR><TD width=720 height=143><img src=img/logo.png border=0></td></tr> <TR><TD width=720 height=1 bgcolor=#000000></td></tr> <TR><TD width=720 height=30 bgcolor=#F3F3F3> <a href=index.php> Glówna</a> </TD> </td></tr> <TR><TD width=720 height=1 bgcolor=#808080></td></tr> <TR> </TD><td width=55% valign=top> <p align=justify><i> </i><br /><br /> <?php include('newsy1.php'); //<---------Tutaj includuje newsy ?> <td width=50% bgcolor=#F3F3F3 valign=top> <FONT COLOR="#808080"><?php include('skladniki/lmenu.php'); ?></FONT> </TD></TR></TABLE> <BR> <BR> </TD> </td></tr> <TR><TD width=720 height=1 bgcolor=#808080></td></tr> <TR><TD width=720 height=30 bgcolor=#F3F3F3><FONT COLOR="#3F3F3F"><CENTER>©<?php include('skladniki/footer.php'); include('skladniki/notka.php'); include('skladniki/test.php'); ?></CENTER></FONT></td></tr> </table> </body></html>
newsy1.php
<? { } { } ?>
Mam nadzieje że napisałem zrozumiale i doczekam się odpowiedzi
