關於清單符號 - 部落格

Table of Contents

已經解決
在css最底下貼上以下
-----
ul {
margin-left:4em;
list-style-image: url(http://en.wikipedia.org/skins-1.5/monobook/bullet.gif);
line-height: 180%;
}


ol {
margin-left:4em;
list-style-type: upper-roman;;
line-height: 180%;
}
-----




請問我的pixnet的清單符號怎麼弄不出來?
像圖上的一樣:http://img256.imageshack.us/img256/6484/bwhh.jpg
我的怎麼弄都弄不出來,連縮排都沒出現

連這種縮排
1.
2.
3.
也沒有>"<

這是要在css上改嗎?


--

All Comments