我爲我的網站創建了一條新聞RSS提要,但想要顯示的格式類似於http://www.apple.com/hotnews/ 如何將代碼放到我的HTML頁面上,以便從我的RSS中獲取項目?RSS提要顯示
Q
RSS提要顯示
2
A
回答
0
由於HTML是僅佈局的,因此它與顯示RSS源無關。除非你想和蘋果一樣的佈局(我認爲你不需要)
你需要PHP,JavaScript或者甚至是Flash。
挑選你的毒藥!
2
您可以使用XSLT和CSS。
如果你不關心工作鏈接等,那麼就使用CSS。
舉例來說,這裏是我的風格RSS之一是如何在我的網站的一個提要:
channel link, channel language, channel copyright, channel managingEditor, channel webMaster, channel docs, channel lastBuildDate, channel item pubDate {display:none;}
rss {font-family:Arial, Helvetica, sans-serif;}
channel title {display:block; padding:1em; color:#FFF; border-bottom:1px solid black; font-weight:bold;font-size:140%; background-color:#4483C7;}
channel description {display:block; float:left; font-size:130%; margin:1em;}
channel item {border:1px solid #4483c7;clear:both; display:block; padding:0.5em; margin:1em;}
channel item title {background-color:#4483c7; border-bottom-width:0; color:#FFF; display:block; font-size:110%; font-weight:bold; margin:0; padding:0.2em;}
channel item description {display: block; float:none; margin:0; text-align: left; padding:0.2em 0.5em 0.4em; color: black; font-size:100%; font-weight:normal;}
channel item link {color:#666; display:block; font-size:86%; padding:0 0.5em;}
結果是這樣的:http://www.ourladyofgrace.com/Bulletins/olg_bulletins.xml
如果你想在網頁「作品」 ,然後使用XSLT。
這是一些信息。 http://www.paulwest.co.uk/article.php/styling-rss-news-feeds-with-xslt
相關問題
- 1. 使用RSS提要顯示圖像
- 2. RSS提要只顯示文本
- 3. RSS提要顯示的NaN XML考試
- 4. Youtube RSS提要
- 5. RSS提要
- 6. 從RSS提要
- 7. 自動將RSS提要提交至RSS提要目錄
- 8. RSS提要字幕
- 9. 解析RSS提要
- 10. 在RSS提要PHP
- 11. 搜索RSS提要
- 12. Linq to RSS提要?
- 13. c#無法顯示RSS提要的圖像
- 14. RSS提要顯示不正確(只是文本)
- 15. 檢索RSS提要並在文本視圖中顯示
- 16. 頁面RSS提要顯示沒有帖子?
- 17. PHP:計算時間的特定值金額顯示RSS提要
- 18. 當解析RSS提要,則顯示錯誤的日期
- 19. 我的RSS提要URL沒有顯示我的網站
- 20. 使用PHP來顯示RSS提要屬性
- 21. 如何通過PHP顯示XML RSS提要
- 22. 如何使用Nodejs解析和顯示rss提要?
- 23. 使用rss提要在simplepie中僅顯示圖像
- 24. 如何在管理面板中顯示自定義RSS提要?
- 25. RSS提要只顯示Twitter帳戶的前20個訂閱源
- 26. 您是否可以在SimplePie上顯示RSS提要?
- 27. 如何在應用中顯示RSS提要?
- 28. Atom/RSS提要閱讀不顯示所有節點[Found-and-Closed]
- 29. RSS提要只顯示最後一個項目
- 30. Sencha Touch 2:如何以列表形式顯示RSS提要?