Hi All,

I have just started out with Tiles, and was going through a tutorial on
Cedric's web site.

In which he has explained building of a web page - 
A Header at the top, a Footer at the bottom, a Left hand side navigation
menu, and a Main Body part in the center.
This I can build using the <frames> html tags. Something like (it may not be
syntactically correct)
<frameset rows="55,*" frameborder="0" FRAMESPACING=0 border="no">
<frame name="vheaderFrame" src="Header.html" scrolling="no"
noresize="noresize" frameborder="0" marginwidth="0" marginheight="0">
<frameset cols="*,20%,80%" frameborder="0" Framespacing=0 border="no">
<frame name="vlinksFrame" src="vlinks.html" scrolling="no"
noresize="noresize">
<frame name="vdetailsFrame" src="vDetails.html" scrolling="auto"
noresize="noresize" frameborder="0" marginwidth="0" marginheight="0">
</frameset>
</frameset>
So why Tiles ? It seems to me we cannot build a "Frames" web site with
Tiles.
If the page is developed as per the tutorial (using Tiles or otherwise, but
no frames) and there is lot of content in the details section, a scrollbar
will be attached to the entire page, (and if scrolled), the header/ LHS
navigation menu could also scroll out of sight.
Any comments?
rgds g1

************************************************************************** 
This email (including any attachments) is intended for the sole use of the
intended recipient/s and may contain material that is CONFIDENTIAL AND
PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying or
distribution or forwarding of any or all of the contents in this message is
STRICTLY PROHIBITED. If you are not the intended recipient, please contact
the sender by email and delete all copies; your cooperation in this regard
is appreciated.
**************************************************************************

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

Reply via email to