Re: No Framesets allowed



You shouldn't use framesets as a general rule anyways. (of course,
there are exeptions, but by and large, stay away from them).

Tables, like pieter said, are a useful formatting tool. Beyond that,
you can use <?php include('RELATIVE FILE NAME') ?> to include another
html file inside the code of the page. This way you can reuse the same
snippet of code for every page without the problems of frames.

.