iframe を中央に表示し、左右に空白を設けるにはどうすればよいですか?これは私のaspxページです
このページを全画面表示ではなく、左右に空白を入れて表示したいのですが、コンテンツ部分の表示幅は897PXです、よろしくお願いします!
<frameset cols="*,897,*" frameborder="NO" border="0" framespacing="0"> <div id="div_left"> <frameset rows="63,*,32" cols="897" frameborder="no" border="0" framespacing="0"> <frame src="top.aspx" cols="897" name="topFrame" scrolling="No" noresize="noresize" id="topFrame" title="topFrame" /> <frameset rows="*" cols="177,720" framespacing="0" frameborder="no" border="0"> <frame src="menu.aspx" name="left" scrolling="yes" noresize="noresize" /> <frame src="desk.aspx" name="right" scrolling="yes" noresize="noresize" /> </frameset> <frame src="bottom.aspx" name="bottomFrame" scrolling="No" noresize="noresize" id="bottomFrame" title="bottomFrame" /> </frameset> <div id="div_right"></frameset>