blogger替換背景的URL設定成一個變數 - 部落格

Table of Contents

因為常常想換個背景圖片改變心情

請問一下如果我想設定成變數 就像bgcolor、textcolor那樣

可以直接在 版面配置/字型與顏色 那邊就可以直接改變背景圖的URL

這樣應該會方便很多,不用每次在去從HTML裡頭去找background改

參考了google到的語法後 如下

<Variable name="imgURL" description="Image hosting URL"
type="automatic" value="http://abinlee.link.googlepages.com">

body {
background:url("$imgURL") ;
margin:0;
color:$textcolor;
font:x-small Georgia Serif;
font-size/* */:/**/small;
font-size: /**/small;
text-align: center;
}

這樣還是沒辦法達到想要的效果,點進去版面配置/字型與顏色
還是沒辦法直接設定像平常切換字體顏色那樣方便 列表中沒有這個變數存在...
請問該怎麼做呢?

--

All Comments