What
is a Blog Button? .
A
"blog button" is a small image that is coded to be a link to your blog.
How
do I make a blog button?
You'll need
imaging/photo software on your computer to make the
images smaller.
The typical size for a
blog button is about 120 pixels wide by 70 pixels high, or smaller.
You can save it as a .jpg or a .gif
Then What?
You will have to upload the image to your blog. If you use Photo Bucket you can upload it there and view the URL for the image. If you have Wordpress or MovableType, use the normal procedure for uploading images and view the URL for the image.
You have the option of just adding the little image to your blog, or you can code it to be a link.
How the heck do I code it to be a link?
1.
Copy the URL for the image (button). It will look something like this:
http://www.yourblog.com/images/yourbutton.jpg
2.
Add the link to your sidebar. Use the URL of your image and type the code to make a link.
The link code should look something like this:
<a href="http://www.yourblog.com/images/yourbutton.jpg"><img src="http://www.yourblog.com/images/yourbutton.jpg" border="0"></a>
3. That's it! It's as easy as adding an image to your blog.
. |