Since a lot of people have been asking me how I made my blogroll the way I did (
4 Haelz), I thought I would just set the guide down where anyone could find it. It's actually really simple:
The size is 50x50 for all the icons on my page. I take the icons and I upload them to my account on photobucket. Then I copy the html imbed for them. It starts out looking like this:
Code:
<a href="http://s99.photobucket.com/albums/l307/DanisMuffins/link%20icons%202/?action=view¤t=ChickGMBannerResizedNT.png" target="_blank"><img src="http://i99.photobucket.com/albums/l307/DanisMuffins/link%20icons%202/ChickGMBannerResizedNT.png" border="0" alt="Photobucket"></a>
You take the first url and switch it for the blog's url, so it would look like this:
Code:
<a href="http://chickgm.blogspot.com/" target="_blank"><img src="http://i99.photobucket.com/albums/l307/DanisMuffins/link%20icons%202/ChickGMBannerResizedNT.png" border="0" alt="Photobucket"></a>
Then, where it says "alt" replace it with "title" and where it says "Photobucket" write the title of the blog. This part is especially important, as it will tell the person who mouses over the picture where the link leads.
Code:
<a href="http://chickgm.blogspot.com/" target="_blank"><img src="http://i99.photobucket.com/albums/l307/DanisMuffins/link%20icons%202/ChickGMBannerResizedNT.png" border="0" title="Chick GM"></a>
To arrange them in blogger*, make a new plain html widget. Copy and paste them in. To put the space between them, like in mine, hit enter after each block of code. So, it would look like:
Code:
<a href="http://chickgm.blogspot.com/" target="_blank"><img src="http://i99.photobucket.com/albums/l307/DanisMuffins/link%20icons%202/ChickGMBannerResizedNT.png" border="0" title="Chick GM"></a>
<a href="http://chickgm.blogspot.com/" target="_blank"><img src="http://i99.photobucket.com/albums/l307/DanisMuffins/link%20icons%202/ChickGMBannerResizedNT.png" border="0" title="Chick GM"></a>
After four, add the tag <br/> This will put a break between a row of them so you can start a new row.
*
I am unsure how this works with Wordpress, as I have never tried it on that blogging platform.
Pros of this Blogroll:
It's pretty/cool
It takes (surprisingly) less space than a traditional link list
Not many bloggers (at this point in time, this guide may change that) do it this way
Cons:
Takes more effort
Hard to keep in alphabetical order
Unsure whether it generates as much traffic as an easily readable link list
Sometimes you have to ask authors to send you a pic or create your own
I hope this helps!