Hi all, I have a problem in a site I am developing, which is generated by the use of too many tables inside tables. I can avoid using that many tables by using frames instead and I would like to make every page of the site, using the following schema:
include("framed_header.php"); include("framed_left_menu.php"); //main body of every page; include("framed_footer.php"); Is it posible to make a site or page by including framed-pages within PHP? Thanx a lot. Cesar Aracena [EMAIL PROTECTED] Neuquen, Argentina