2008年9月27日 星期六

將其他網站加入部落格的語法---iframe

1.先找出所要加入的網站最根本的網址,例如要抓公告欄,如下圖:





根本網址是http://140.111.74.1/ann/index.php?usenuke=,而非http://140.111.152.1,如下圖:



2.複製根本網址後,進入新文章,以

<iframe src="根本網址" width=寬度 height=高度 align=對齊 frameborder=邊框 marginheight=上下邊界 marginwidth=左右邊界 scrolling=捲動軸 > </iframe> 


(其中align對齊有TOP(上)、BOTTOM(下)、LEFT(左)、RIGHT(右)、MIDDLE(中)。scrolling捲動軸有 yes, no, auto。其他均為數值。一般使用只需有 a.根本網址 b.寬度 c.高度 就可以了!)

例如下入下面程式碼:

<iframe src="http://140.111.74.1/ann/index.php?usenuke=" width=420 height=400 align=left frameborder=0 scrolling=auto > </iframe>

加入後效果如下圖:

相關文章 :

沒有留言:

張貼留言