2011年10月4日 星期二

iframe 應用

網路上找的語
<iframe src="html_intro.asp" width="100%" height="300">
<p>Your browser does not support iframes.</p>
</iframe>

創視紀用的語法
<iframe src="header.htm" frameborder="0" height="436" width="980"></iframe>

註:
其中讓  frameborder="0" iframe 外框為 "0"
連結 目標:_parent

iframe 可用 CSS 包
若要置中,則用 <table> 包起來

範例:
<table width="980" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><iframe src="header.htm" width="980px" height="436px" frameborder="0"></iframe></td>
</tr>
</table>


註:
align="center"  置中




沒有留言:

張貼留言