|
I too was a big fan of frames back in the day. The easiest alternative that I have found has been using PHP includes. If your ISP supports PHP I would look into that, it still allows you to break up your page like you would with frames, (ie header, menu, content, footer, whatever) but since PHP is executed server side, it all looks like beautiful frameless html when Google rolls around.
|