韌館-LearnHouse

Archive for 30 6 月, 2007

iframe的使用方法

偶然在一本書找到可以呈現線上人數的php範例

因此就拿來使用,為了能在我的部落格顯示

決定採用之前網友推薦的iframe標籤來套用

參考了阿新部落對iframe標籤與屬性的解說

<iframe frameborder="0" height="385" scrolling="no" src="http://picasaweb.google.com/hlps9999/96021602/photo#s5032191366313944866" width="507"></iframe>

frameborder="0" → 邊框厚度為0,也就是不要有邊框,若你設"1"、"2"...,就有不同厚度的邊框。
height="385" → 畫面顯示的高度385像素
src="網址" → 也就是上圖的網址。
scrolling="no" → 不要出現捲軸
width="507" → 畫面顯示的寬度507像素

上面寬度、高度的大小由你自己決定。

Read more...

2007年6 月 posted by admin in 網誌歷程 and have Comments (6)