You are welcome to use Religion News Blog’s headlines at your blog or website. Including them is simple.
Advantages:
- Interesting content
- Automatically adopts to the look & feel of your page (and further customizable)
- links open in a new window
- Always up to date
Headlines plus excerpts
Headlines only
Display more headlines
Customize
• Headlines Plus Excerpts
Highlight and copy (CTRL-C); then paste (CTR-V)this code into your web page…
…to get this (display customizable via css): [Note: Do not include the numbers and letters before <noscript>]
• Headlines Only
Want Headlines only?
Highlight and copy (CTRL-C); then paste (CTR-V)this code into your web page…
…to get this: [Note: Do not include the numbers and letters before <noscript>]
• Display More Headlines?
To display anywhere from 10 or 15 headlines, add &nItems=10 or &nItems=15 after displayExcerpts=false in the above code (Also works for ‘Headlines Plus Excerpts’)
• Customize
To remove the bullets, use this code in your stylesheet:
div.feedburnerFeedBlock ul {
margin-left:0;
padding-left:0;
list-style-type: none
}
For bold headlines use this code in your stylesheet:
div.feedburnerFeedBlock ul li span.headline {
font-weight:bold;
display:block;
margin:0px 0 5px 0;
}
To add space between the items, use this code in your stylesheet (and adjust as desired):
.feedburnerFeedBlock li {
margin-bottom:30px;
}