yo..
how can i get the page in the url to appear between the header and the footer and to the left of the menu (like in this page) without adding anything else than
<!--#include file="header.asp" -->
<!--#include file="content.asp" -->
<!--#include file="footer.asp" -->
to the pages?
i could use default.asp?page=pages/page.asp
and include the page from the qs "page" or place all the pages into a table with one cell to the menu, one cell to the header, one cell to the footer and one cell to the page, but i dont want that if there is an easier solution..
if you -borg- read this, how have you done it with this page?