I tried align="center" on the frame, and it's still not working! Wonder what could be wrong?
It looks like the framed set is a bout 10 pixels to the right of the non-framed version.
Hmmmmm...
Here is my code for the frames:
<html>
<head>
<title>Welcome to AndyRitan.com</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<frameset rows="137,*" frameborder="NO" border="0" framespacing="0" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" link="#999999">
<frame src="topNav.htm" name="topFrame" scrolling="NO" noresize leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" align="center">
<frame src="http://andyritan.domain.com/search/" name="mainFrame" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" align="center">
</frameset>
<noframes><body>
</body></noframes>
</center></center></html>
And then the two pages that are being framed are have this body tag:
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" link="#999999">
And the main table that all the page stuff on is centered:
<table width="738" border="0" cellspacing="0" cellpadding="0" align="center">
So I can't understand why the framed verion of these pages would be 10 pixels to the right of the non-framed version.... Hmmmmm.........
[edited by: korkus2000 at 2:57 pm (utc) on Feb. 11, 2003]
[edit reason] widgetized url [/edit]