我想要學習編輯的Blogger版面 http://pinc-island.blogspot.com/
最近終於有一些頭緒
我現在想要把我的右邊欄位的名稱加上圖片
原本的語法是這樣
<b:widget id='LinkList1' locked='false' title='PinC Stores' type='LinkList'>
<b:includable id='main'>
<b:if cond='data:title'><h2><data:title/></h2></b:if>
現在我把他改成
<b:widget id='LinkList1' locked='false' title='PinC Stores' type='LinkList'>
<b:includable id='main'>
<b:if cond='data:title'>
<h2><data:title/>
<img alt='' height='50'
src='http://pic57.pic.wretch.cc/photos/16/s/sssh/32764/1894740350.jpg'
width='205'/>
</h2></b:if>
可是我卻預覽不出圖片XD
這樣的語法有錯誤嗎
請大家給我一些指教!!!!
我想要改成像下面部落格的標題一樣 是用圖片來取代文字
http://book90423.blogspot.com/
--
╭═══╮╔══╗ ╔══╗ ╔═══╗╔══╮╗
║ ═ ║║ ║ ║ ║ ║ ═╣║ ║║
║ ╔╗║║ ╚╗║ ╚╗║ ═╣║ ║
╚═╝╚╝╚═══╝╚═══╝╚═══╝╚═╰═╝
--
最近終於有一些頭緒
我現在想要把我的右邊欄位的名稱加上圖片
原本的語法是這樣
<b:widget id='LinkList1' locked='false' title='PinC Stores' type='LinkList'>
<b:includable id='main'>
<b:if cond='data:title'><h2><data:title/></h2></b:if>
現在我把他改成
<b:widget id='LinkList1' locked='false' title='PinC Stores' type='LinkList'>
<b:includable id='main'>
<b:if cond='data:title'>
<h2><data:title/>
<img alt='' height='50'
src='http://pic57.pic.wretch.cc/photos/16/s/sssh/32764/1894740350.jpg'
width='205'/>
</h2></b:if>
可是我卻預覽不出圖片XD
這樣的語法有錯誤嗎
請大家給我一些指教!!!!
我想要改成像下面部落格的標題一樣 是用圖片來取代文字
http://book90423.blogspot.com/
--
╭═══╮╔══╗ ╔══╗ ╔═══╗╔══╮╗
║ ═ ║║ ║ ║ ║ ║ ═╣║ ║║
║ ╔╗║║ ╚╗║ ╚╗║ ═╣║ ║
╚═╝╚╝╚═══╝╚═══╝╚═══╝╚═╰═╝
--
All Comments