|
內嵌 網頁式 語法:
| |
<iframe name="exobud_mp" src="http://sunny666.myweb.hinet.net/mp3/exobud.htm"
width="110" height="200"
marginwidth="0" marginheight="0"
border="0" frameborder="0" scrolling="no"></iframe>
|
內嵌 網頁式 語法說明:
| |
<iframe name="exobud_mp" src="鍵入exobud.htm檔案的網址"
width="110" height="200"
marginwidth="0" marginheight="0"
border="0" frameborder="0" scrolling="no"></iframe>
|
寬-width="110"
高height="200"
語法放置法:
使用 Microsoft FrontPage 網頁編輯
-開新網頁-點選
程式碼-在 你需求的地方貼上
播音程式語法
貼上語法前:
| |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=big5">
<title>新增網頁</title>
</head>
<body>
</body>
</html>
|
貼上語法後:
| |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=big5">
<title>新增網頁1</title>
</head>
<body>
<iframe name="exobud_mp" src="http://sunny666.myweb.hinet.net/mp3/exobud.htm"
width="110" height="200"
marginwidth="0" marginheight="0"
border="0" frameborder="0" scrolling="no"></iframe>
</body>
</html>
|
再按 預覽 觀看效果微調 寬 高尺寸
寬-width="110" 高height="200" |