Many of you have found the experience of creating your BlogHarbor weblog an empowering one, and even created your own versions of our logo to place on your pages to show your readers how happy you are hosting your weblog at BlogHarbor. A great big thank you goes out to all of our users for your support as we grow our service!
In response to your requests for BlogHarbor icons and logos, we've created a few buttons for you to use on your weblogs:
Please feel free to use these buttons on your weblog. On Windows, right-click to save these icons to your computer; on Mac you can control-click to save these images locally.
Adding buttons to your Blog Sidebar
It's easy to create a custom component to add a button or logo to your blog's sidebar, this article shows you how. To learn how to upload images to your weblog, read this article.
By adding the content below to your custom component:
<div class="component">
<div class="componentHead">Powered by BlogHarbor</div>
<div class="componentContent">
<a href="http://www.blogharbor.com/"><img
src="http://demo.blogharbor.com/images/blogHarbor8015.gif"
alt="Powered by BlogHarbor" width="80" height="15"
border="0"></a></div>
</div>
You will be able to create a component like this in the sidebar of your weblog:
Or use this code:
<div class="component">
<div class="componentHead">Powered by BlogHarbor</div>
<div class="componentContent">
<a href="http://www.blogharbor.com/"><img
src="http://demo.blogharbor.com/images/blogHarborBadge.gif"
alt="Powered by BlogHarbor" width="88" height="31" border="0"></a></div>
</div>
to create a component using the larger button:
We've highlighted some text in red in the above example: replace this text with the address of the images you uploaded your blog.
Of course, through the magic of Style Sheets, using the code above ensures that the button component will always match the look and feel of your weblog.
Questions?
If you've got questions about adding a button to your weblog, please feel free to post your questions or comments below or on our community forums.
