2009年5月8日 星期五

在 Blogger 標題上加入網頁元素

1. 進入控制主頁 > 版面配置 > 修改HTML > 修改範本 > 把「展開小裝置範本」打勾
找到下面這段代碼


<div id='header-wrapper'>
<b:section class='header' id='header' maxwidgets='1' showaddelement='no'>


2. 修改紅字


<div id='header-wrapper'>
<b:section class='header' id='header' maxwidgets='3' showaddelement='yes'>

3. 找尋下面這段代碼

<div id='main-wrapper'><b:section class='main' id='main' showaddelement='no'>

4. 修改紅字

<div id='main-wrapper'><b:section class='main' id='main' showaddelement='yes'>

完成

沒有留言:

張貼留言

Random Post