HTML 使用文繞圖 - 部落格
By Suhail Hany
at 2007-03-07T12:43
at 2007-03-07T12:43
Table of Contents
※ 引述《stOOrz6 (stOOrz)》之銘言:
抱歉原文吃光光
<img src="你的圖片路徑" style="float: left; margin: 15px">
抱歉原文吃光光
CSS中
-------------------------------------------
.imgLeft{
float:left;
margin:15px;
}
.imgRight{
float:right;
margin:15px;
}
-------------------------------------------
HTML中
靠左圖片
<img src="你的圖片路徑" class="imgLeft">
靠右圖片
<img src="你的圖片路徑" class"imgRight">
-------------------------------------------
效果相同但語意比較明確,寫在CSS內還能為圖片增加其他樣式
不知這是不是x大所說的那樣。
--
抱歉原文吃光光
<img src="你的圖片路徑" style="float: left; margin: 15px">
抱歉原文吃光光
推 flylover:感謝熱心教學 03/06 17:26
→ xzonisy:不知道能不能有CSS寫法 直接寫死在CSS檔案裡面 03/06 22:42
推 AmazingRustu:感謝! 03/06 22:43
CSS中
-------------------------------------------
.imgLeft{
float:left;
margin:15px;
}
.imgRight{
float:right;
margin:15px;
}
-------------------------------------------
HTML中
靠左圖片
<img src="你的圖片路徑" class="imgLeft">
靠右圖片
<img src="你的圖片路徑" class"imgRight">
-------------------------------------------
效果相同但語意比較明確,寫在CSS內還能為圖片增加其他樣式
不知這是不是x大所說的那樣。
--
Tags:
部落格
All Comments
By Blanche
at 2007-03-08T08:18
at 2007-03-08T08:18
By Eartha
at 2007-03-09T01:06
at 2007-03-09T01:06
By Sarah
at 2007-03-10T02:11
at 2007-03-10T02:11
By Hedy
at 2007-03-11T08:08
at 2007-03-11T08:08
By Andy
at 2007-03-15T17:33
at 2007-03-15T17:33
Related Posts
blog版面問題
By Adele
at 2007-03-06T23:12
at 2007-03-06T23:12
Re: PTT Blog板友簽到簿(PTTBlogRolling!)
By Kelly
at 2007-03-06T21:04
at 2007-03-06T21:04
blogspot 的標籤無法正常運作問題
By Blanche
at 2007-03-06T18:38
at 2007-03-06T18:38
我可以自製像kijiji那樣的公益聯播嗎?
By Freda
at 2007-03-06T18:15
at 2007-03-06T18:15
有誰也有用過這些東西?
By Linda
at 2007-03-06T18:11
at 2007-03-06T18:11