2010年1月26日星期二

自訂圖片大小語法

<img src="圖片連結"algin=middle height=圖片高度 width=圖片闊度>

原本圖片:(height:300px ; width:300px)
 <img src="http://i4.photobucket.com/albums/y140/jamcy/neta_003_cocolog_oekaki_2009_10_02_.png">
調整後:(height:100px ; width:100px)
<img src="http://i4.photobucket.com/albums/y140/jamcy/neta_003_cocolog_oekaki_2009_10_02_.png"algin=middle height="100px" width="100px">

 
blog template by suckmylolly.com