Google Blogger不僅提供免費的部落平台, 免費的主題模版供你選擇, 免費的虛擬主機託管服務, 還讓你免費使用自購網域名, 自行使用非官方主題模版, 或是自行發揮編寫你自己的主題.
如果不懂如何自行編寫XHTML程式碼, 那麼可以試著下載安裝一個叫做TemplateToaster的軟件, 對於沒有任何編程基礎的朋友, 這不失為一個好辦法來自己為自己客制一個獨一無二的部落格主題模版.
下載TemplateToaster免費試用版
在這裡, TemplateToaster 給你二個選擇, 一是使用範例的主題模版, 一個是自己客制化一個. 我們選[Start from Scratch], 自己客制化一個.
主題模版的主色調和字型
設計Header部落格標題
設計Menu下拉式選單
設計內容content版面
如何安裝在Blogger上
雖然因為這個是試用版, 所以自制的主題模版是無法儲存後下回再進行更改, 但仍可以Export用在Blogger上的, 只是圖片上會有浮水印.
備註(可省略不看)
有了這個TemplateToaster, 設計一個具有獨特性的Blogger主題模版似乎不再是問題了. 這裡簡單的介紹一下Blogger主題模版的必備3要件:
一個Blogger的主題模版是由XHTML和blogger的一些其他要素組成的. 一個基本的主題模版, 你會需要用到namespace - xmlns. xmlnx是Google為Blogger 事先預設好的基本語法, 包含了下面3種類型:
xmlns:b – ‘b’ specifies that this namespace is used to access the blogger elements.
xmlns:data – It is used to specify that from where the data of the blog comes.
xmlns:expr – Calculates the expression for attributes.
You will write all the code in main.xml file of Blogger.
Step 1: Syntax for Basic Layout - 主題模版的基本語法:
<?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'> <head> <title><data:blog.pageTitle/></title> </head> <body> <!-- BODY CONTENTS --> </body> </html>
Sections/區塊
Blogger的主題模版是分成區塊的, 基本的區塊有: 標題/Header, 內容/Content, 註腳/Footer 和側邊欄/Sidebar. 每一個區塊, 使用小部件/Widget 元素來定義. 請注意, 你不能使用HTML在區塊內, 但是在區塊外則可以使用HTML.
正確的格式會看起來像下方: The correct format of section will be
<b:section id=’ ‘ class=' ' maxwidgets=' ' showaddelement=' '> <b:widget……../> </b:section> 下面的寫法則會是錯的, 因為在區塊裡用了HTML的語法. <b:section id=' ' class=' ' maxwidgets=' ' showaddelement=' '> <h1>Content heading</h> <div>Content</div> </b:section>
<b:section id='header' class='header' maxwidgets="1" showaddelement="no"> <!-- Section contents --> </b:section> <b:section id="sidebar" class="sidebar" maxwidgets="" showaddelement="yes"> </b:section> <b:section id='main' class='main' maxwidgets="1" showaddelement="no"> <!-- Section contents --> </b:section> <b:section id='footer' class='footer' showaddelement="no"> <!-- Section contents --> </b:section>
<b:section id="sidebar" class="sidebar" maxwidgets="" showaddelement="yes"> <b:widget id='CustomSearch1' title='Search' type='CustomSearch' locked='false'/> <b:widget id='FollowByEmail1' title='Follow By Email' type='FollowByEmail' locked='false' /> <b:widget id='PopularPosts1' locked='false' title='Popular On Relatemein' type='PopularPosts'/> <b:widget id='Label1' type='Label' locked='false' /> </b:section>
Each of our 80+ free on-line roulette video games could be performed immediately out of your browser with out the need to|the necessity to} register or obtain any software. Our really helpful roulette on-line casinos dish out one of the best bonuses available on the market. Our experts suggest taking advantage of|benefiting from|profiting from} them to make your money 클레오카지노 go further. You’ll typically double your deposit quantity to enable you to play roulette even longer.
回覆刪除