部落格常用基本語法

部落格常使用的HTML基本語法,any備忘用。

在「Life Type﹝plog﹞」系統,就是按編輯列的“<>”符號切換,可試試看。

[@more@]

HTML基本語法
超連結
文字超連結
<a href="要連結的網址" target="blank">顯示的文字</a>
例如
<a href="http://top.ilc.edu.tw" target="blank">連到top網</a>
圖片超連結
<a href="要連結的網址" title="滑鼠移到圖片上顯示的文字"><img src="圖片的真實位置" border="0">
例如
<a href="mailto:rainlan@msn.com" title="寄信到我的MSN"><img src="http://photos11.flickr.com/15943398_85d4194abf_o.png" border="0">
分行
<br>
插入水平線
<hr>
插入圖片
<img src="圖片的真實位置" border="0">
例如
<img src="http://photos11.flickr.com/15943398_85d4194abf_o.png" border="0">
插入影片音樂
<embed src="影片或音樂檔的網址" width="320" height="280" autostart="0" /></embed />
如果是放在自己的網誌資料夾中的話,影片與音樂檔的位置是這樣的
https://2blog.ilc.edu.tw/wp-content/uploads/gallery/
自己的編號/自己的編號這個檔案的編號.副檔名例如
https://2blog.ilc.edu.tw/wp-content/uploads/gallery/275/275-10054.mp3

想替BLOG的文章加首符合心情的音樂嗎?
http://linshi.twbbs.org/blog/item/petlife5/39627

插入背景音樂

常用語法1:背景播放音樂
<img height=0 loop=infinite dynsrc=http://www.你的.com/音樂 width=0>
常用語法2:背景播放音樂一次(放音效)
<img height=0 loop=1 dynsrc=http://www.你的.com/音樂width=0>

文繞圖

<img src="http://圖的網址" align=left vspace="5" hspace="10">