Marius Onica wrote:

> And if I have for example a Root style element like this:
> 
> <html>
>     <head>
>       <title><[title]></title>
>     </head>
>     <body>
>       <table width="100%">
>         <tr height="200"><td height="200">
>           <[menu]>
>         </td></tr><tr><td>
>           <[content]>
>         </td></tr>
>       </table>
>     </body>
>   </html
> 
> how would it look like with frames using subpages ?

The way I would do this (which is certainly not the only way, and
might not be the best way. I'm not a PHP wizard):

<[content]>

The main page would then have something like:
Something like
<html><head><title><[title]></title></head>
<frameset><frame src="/frames/content"><frame src="/frames/menu">
</frameset>
</html>

You'd have to create the pages /frames/content and /frames/menu, or
whatever you'd like to call them, to generate the frames. The above
HTML may not be accurate since I'm no HTML wizard either.
But this is the basic idea. Maybe someone who knows a bit more about
HTML and frames can elaborate.

Emile


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to