Hello friends, I am looking for the way how to add RSS subscribe button into my header section. I have a blog hosted by blogspot. I attache the picture of my header section for better clarification where the RSS button should appears. I would really appreciate any help. Many thanks.
Just add a div before the navigation area. If you have some basic knowledge of HTML/CSS this is quite easy. Looks like <div style="float: right; width: **px; height: **px"> <a href=""><img src="***" alt="RSS" /></a> </div> Code (markup): or whatever.
I managed to add the RSS button. Thanks myst_dg you helped me a lot. But I got one more question. As I added the RSS picture the headline moved up quite lot. Is there any way how to bring it down closer to the navigation bar?
Yes thanks to the div code you provided and useful hints I was able to add my RSS button But i am still wondering if there is a way how to move the title closer to the navigation bar. Because it seems like the title moved up when I added the RSS button. Thanks for any help
Use margin and padding, depends on your choice. You can read this: http://www.w3.org/TR/CSS2/box.html Code (markup): or find some other tutorials about box model. Hope that helps.
Thanks for your link I have done it!) I just had to set margin in navigation bar to 0. And now it looks exactly how I wanted Here is the final look: Thanks a lot friend, your advices were 100% helpful