centered page using frames

liunx

Guest
I want to centre a set size frameset in the middle of the page.<br />
I thought about put scaleable frames around the frameset but this seems messy.<br />
Is it possible to place the frameset in a table?<br />
<br />
Please help me.<br />
Thank you<!--content--><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"<br />
"http://www.w3.org/TR/html4/frameset.dtd"><br />
<html><br />
<head><br />
<title>centered frame</title><br />
<meta http-equiv="content-type"<br />
content="text/html; charset=iso-8859-1"><br />
</head><br />
<br />
<body><br />
<div style="text-align: center; left: auto; right: auto;"><br />
<iframe src=http://www.webdeveloper.com/forum/archive/index.php/"centeredcontent.html">Description for<br />
older and nonvisual browsers</iframe><br />
</div><br />
</body><br />
</html><br />
<br />
<!-- m --><a class="postlink" href="http://www.w3schools.com/tags/tag_iframe.asp">http://www.w3schools.com/tags/tag_iframe.asp</a><!-- m --><!--content-->
 
Back
Top