Click to See Complete Forum and Search --> : centered page using frames


scottygnz
03-18-2003, 04:50 AM
I want to centre a set size frameset in the middle of the page.
I thought about put scaleable frames around the frameset but this seems messy.
Is it possible to place the frameset in a table?

Please help me.
Thank you

nkaisare
03-18-2003, 07:30 AM
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>centered frame</title>
<meta http-equiv="content-type"
content="text/html; charset=iso-8859-1">
</head>

<body>
<div style="text-align: center; left: auto; right: auto;">
<iframe src="centeredcontent.html">Description for
older and nonvisual browsers</iframe>
</div>
</body>
</html>

http://www.w3schools.com/tags/tag_iframe.asp