PDA

View Full Version : Center A Frameset


101
11-09-2002, 03:47 PM
Ok,
I know this has been posted before, but no one really answered it.
I have designed a web site in a resolution of 600x800.
But when other people who have a higher resolution view the page it is squashed against the side, so i would like to center the frames please.
101

MCookie
11-09-2002, 04:20 PM
A simple way to do that is to add a left, a right and maybe a top and bottom frame. If you don't understand, post your frameset code for someone to add them for you.

101
11-09-2002, 04:27 PM
I can not seem to find the 600x800 version but here is the 1024x768 version.

<HTML>
<HEAD>
<TITLE>
</TITLE>
</HEAD>

<FRAMESET ROWS="79,499,*">
<FRAME SRC="Title.htm" SCROLLING="NO" NORESIZE NAME="Title" FRAMEBORDER="1">
<FRAMESET COLS="194,*">
<FRAME SRC="Links.htm" SCROLLING="YES" NORESIZE NAME="Links" FRAMEBORDER="1">
<FRAME SRC="Main.htm" SCROLLING="YES" NORESIZE NAME="Main" FRAMEBORDER="1">
</FRAMESET>
<FRAME SRC="Bottom.htm" SCROLLING="NO" NORESIZE NAME="Bottom" FRAMEBORDER="1">

<NOFRAMES>
To View This Page You Need A Frame Compatiable Browser.
</NOFRAMES>

</FRAMESET>

<BODY>
</BODY>
</HTML>

Borgtex
11-09-2002, 04:34 PM
<FRAMESET ROWS="*,600,*">
<FRAME SRC="none.htm" SCROLLING="NO" NORESIZE NAME="blank" FRAMEBORDER="1">
<FRAMESET COLS="*,800,*">
<FRAME SRC="none.htm" SCROLLING="YES" NORESIZE NAME="none" FRAMEBORDER="1">
<FRAME SRC="Main.htm" SCROLLING="YES" NORESIZE NAME="Main" FRAMEBORDER="1">
<FRAME SRC="mone.htm" SCROLLING="YES" NORESIZE NAME="blank" FRAMEBORDER="1">
</FRAMESET>
<FRAME SRC="none.htm" SCROLLING="NO" NORESIZE NAME="blank" FRAMEBORDER="1">