[Nfb-web] site design
Rob
kyrath at cox.net
Tue May 23 08:14:59 CDT 2006
It looks like you will need 3 frames vertically and then subdivide the
middle one into 3 frames horizontally.
Another possibility is that you might be able to use divisions, (perhaps
positioned by CSS,) in place of some of the frames. However, it can
certainly be done with frames. Below is a simple templet you can examine.
<html>
<head>
<title>frames demo</title>
</head>
<frameset rows="30%, 50%, 20%">
<frame src="header.html">
<frameset cols="20%, 60%, 20%">
<frame src="left.html">
<frame src="main.html">
<frame src="right.html">
</frameset>
<frame src="footer.html">
</frameset>
</html>
HTH
-- Rob
----- Original Message -----
From: "Bryan Schulz" <b.schulz at sbcglobal.net>
To: "NFB Webmaster's List" <nfb-web at nfbnet.org>
Sent: Tuesday, May 23, 2006 1:51 AM
Subject: [Nfb-web] site design
> hi,
>
> I'm looking for a few suggestions about how to layout a page.
> i probably need to use frames.
> I need one frame across the top,
> a frame down the left and right side,
> a frame across the bottom, and
> the middle is a frame for a streaming window and text.
>
> Would this be complicated nested frames or five separate frames?
> thanks,
> Bryan
>
> _______________________________________________
> Nfb-web mailing list
> Nfb-web at nfbnet.org
> http://www.nfbnet.org/mailman/listinfo/nfb-web
>
More information about the Nfb-web
mailing list