latestnews以及mostread模組出現怪符号
- wastelander
- Topic Author
- 訪客
2008-11-25 16:31 #12262
來自 wastelander
wastelander created the topic: latestnews以及mostread模組出現怪符号
這兩天發現latestnews以及mostread這兩個模組的output會出現怪符號,如附圖所示。
本來應該只有一個「●」的符號,卻又多出一個「※」的符號。 :embs: :beated:
請問要如何修正這個問題?請各位先進不吝指教。小弟由衷的感激。[attachment=0:2t8ee7q8]<!-- ia0 -->Snap2.gif<!-- ia0 -->[/attachment:2t8ee7q8]
本來應該只有一個「●」的符號,卻又多出一個「※」的符號。 :embs: :beated:
請問要如何修正這個問題?請各位先進不吝指教。小弟由衷的感激。[attachment=0:2t8ee7q8]<!-- ia0 -->Snap2.gif<!-- ia0 -->[/attachment:2t8ee7q8]
Please 登入 to join the conversation.
- wboys
- 訪客
- wastelander
- Topic Author
- 訪客
- wboys
- 訪客
- wastelander
- Topic Author
- 訪客
2008-11-25 21:14 #12267
來自 wastelander
This message has an attachment file.
wastelander replied the topic: latestnews以及mostread模組出現怪符号
CSS檔案如附件,請先進幫忙查看,小弟不勝感激。
(副檔名 css 是禁止使用,害我傳了半天,最後才發現這訊息,所以壓縮了再上傳。)[attachment=0:3bss0tg9]<!-- ia0 -->template_css.zip<!-- ia0 -->[/attachment:3bss0tg9]
(副檔名 css 是禁止使用,害我傳了半天,最後才發現這訊息,所以壓縮了再上傳。)[attachment=0:3bss0tg9]<!-- ia0 -->template_css.zip<!-- ia0 -->[/attachment:3bss0tg9]
This message has an attachment file.
Please log in or register to see it.
Please 登入 to join the conversation.
- wboys
- 訪客
2008-11-26 07:36 #12269
來自 wboys
wboys replied the topic: latestnews以及mostread模組出現怪符号
末見個你的風格!!,..定了下方的問題.你可以試下.
找/* Latest/Popular Lists */
ul.latestnews,
ul.latestnewsS1,
ul.latestnewsS2,
ul.latestnewsS3,
ul.latestnewsbdr,
ul.mostread,
ul.mostreadS3,
ul.mostreadS1,
ul.mostreadS2,
ul.mostreadbdr {
padding: 0px;
margin: 0px 0px;
list-style-type: none;
}
li.latestnews,
li.latestnewsS1,
li.latestnewsS2,
li.latestnewsS3,
li.latestnewsbdr,
li.mostread,
li.mostreadS3,
li.mostreadS1,
li.mostreadS2,
li.mostreadbdr {
padding: 0px 0px 4px 14px;
margin: 0px;
background: url(../images/bullet.gif) no-repeat 0em .35em;
}
更改為:
latestnews,
latestnewsS1,
latestnewsS2,
latestnewsS3,
latestnewsbdr,
mostread,
mostreadS3,
mostreadS1,
mostreadbdr {
padding: 0px;
margin: 0px 0px;
list-style-type: none;
}
latestnews,
latestnewsS1,
latestnewsS2,
latestnewsS3,
latestnewsbdr,
mostread,
mostreadS3,
mostreadS1,
mostreadS2,
mostreadbdr {
padding: 0px 0px 4px 14px;
margin: 0px;
background: url(../images/bullet.gif) no-repeat 0em .35em;
}
找/* Latest/Popular Lists */
ul.latestnews,
ul.latestnewsS1,
ul.latestnewsS2,
ul.latestnewsS3,
ul.latestnewsbdr,
ul.mostread,
ul.mostreadS3,
ul.mostreadS1,
ul.mostreadS2,
ul.mostreadbdr {
padding: 0px;
margin: 0px 0px;
list-style-type: none;
}
li.latestnews,
li.latestnewsS1,
li.latestnewsS2,
li.latestnewsS3,
li.latestnewsbdr,
li.mostread,
li.mostreadS3,
li.mostreadS1,
li.mostreadS2,
li.mostreadbdr {
padding: 0px 0px 4px 14px;
margin: 0px;
background: url(../images/bullet.gif) no-repeat 0em .35em;
}
更改為:
latestnews,
latestnewsS1,
latestnewsS2,
latestnewsS3,
latestnewsbdr,
mostread,
mostreadS3,
mostreadS1,
mostreadbdr {
padding: 0px;
margin: 0px 0px;
list-style-type: none;
}
latestnews,
latestnewsS1,
latestnewsS2,
latestnewsS3,
latestnewsbdr,
mostread,
mostreadS3,
mostreadS1,
mostreadS2,
mostreadbdr {
padding: 0px 0px 4px 14px;
margin: 0px;
background: url(../images/bullet.gif) no-repeat 0em .35em;
}
Please 登入 to join the conversation.
- wastelander
- Topic Author
- 訪客
- wboys
- 訪客
- asika32764
- Offline
- 白金會員
Less
More
2008-11-27 12:34 #12300
來自 asika32764
飛鳥新樂園 - http://blog.asikart.com
大學好好玩 - http://funni.cc
Joomla!123教學網 - http://joomla123.com.tw
asika32764 replied the topic: latestnews以及mostread模組出現怪符号
這應該是模板本身附圖片式項目清單
html的符號卻跟著被顯示出來
所以才有兩個符號
試著把list-style設為none看看
或者google查詢一下 "隱藏 項目清單 符號" 之類的關鍵字
html的符號卻跟著被顯示出來
所以才有兩個符號
試著把list-style設為none看看
或者google查詢一下 "隱藏 項目清單 符號" 之類的關鍵字
飛鳥新樂園 - http://blog.asikart.com
大學好好玩 - http://funni.cc
Joomla!123教學網 - http://joomla123.com.tw
Please 登入 to join the conversation.
- wastelander
- Topic Author
- 訪客
2008-11-27 16:01 #12302
來自 wastelander
wastelander replied the topic: latestnews以及mostread模組出現怪符号
謝謝wboys以及BirdMan兩位大大的協助,小弟終於把這個怪符號給幹掉了。
由於不想因為template的關係就去修改核心(其實是自己完全不懂所謂的「核心」是啥... ),加上兩位大大的回覆給了小弟一點啟示,剛好又瞄到上面wboys大大列出來的那些代碼裡有background: url(../images/bullet.gif) no-repeat 0em .35em;這麼一段。查找了一下,那個圖示檔果然就是這個怪符號!
火大了乾脆就把檔案裡出現兩次的那兩行給刪了,結果瞎貓碰到死耗子,被小弟給解決了。
只希望別因此而埋下什麼禍根才好。
再次由衷的感謝兩位大大的熱心幫忙。
由於不想因為template的關係就去修改核心(其實是自己完全不懂所謂的「核心」是啥... ),加上兩位大大的回覆給了小弟一點啟示,剛好又瞄到上面wboys大大列出來的那些代碼裡有background: url(../images/bullet.gif) no-repeat 0em .35em;這麼一段。查找了一下,那個圖示檔果然就是這個怪符號!
火大了乾脆就把檔案裡出現兩次的那兩行給刪了,結果瞎貓碰到死耗子,被小弟給解決了。
只希望別因此而埋下什麼禍根才好。
再次由衷的感謝兩位大大的熱心幫忙。
Please 登入 to join the conversation.