Wednesday, October 31, 2007

How to remove Subscribe to:Posts(Atom)

To remove "Subscribe to:Posts(Atom)" link from the bottom of the posts element in blogger you need to add the following code to the html code in the css section and it will disappear the next time you refresh the page...

.feed-links {
display: none;
}