How to add captions to photos
One of the methods to add caption to images is to use a table, as tutored in Adding a simple image caption. But that’s the hard way.
Now there is an easier option. Blogger in draft has added image caption feature. It goes like this:
- Log in to Blogger In Draft and go to post editor.
- Click on the photo and a small menu bar pops up below the photo.
- Click the Add caption link and type your caption. The caption will automatically centered below the photo.
- If you want to remove the caption, simply click the picture again. The menu bar pops up, this time on top of the picture.
- Click Remove caption and your caption will be gone.
- Now that was easy. Enjoy!
8 comments to "How to add captions to photos"
I find that photos which have been aligned either to the left or right end up in the centre when published using the captions even though they were correctly positioned when seen in preview.
When the captions are removed, the photos then go back to where I wanted them, either on the left or right.
I'm not sure what the problem is. Anyone had similar problems?
@Giles Clark
Sorry for the late reply.
A text caption feature puts the caption picture inside a table. That's where the trouble starts (with your templte).
Your template has a CSS code that turns every table's width to the full width of your posts area. So no matter how you attempt to float the picture, it won't budge.
To fix it, find this code in Layout>Edit HTML:
table {margin-bottom:1.4em;width:100%;}
and delete width:100%;
Preview before saving.
p.s. there must be a reason why the code is there in the first place, but I have no idea.
Thanks for the help. It seems to have worked OK.
Much appreciated!
How come I don't see the "Add Caption" option in draft mode. After "Left-Center-Right" I have "Remove". There is no "Add Caption" option.
What gives?
@Abdusalaam al-Hindi
Make sure you are in http://draft.blogger.com/ (signified by blue Blogger logo, instead of orange) when doing the editing.
thanks for this guide. I was having issues with this so I switched my blog to a word press account because the image captioning is much easier to use.
hm I think this caption feature may have a positive effect for seo for picture blogs, providing more text for the crawler bots..is it so?
@funny chuck norris
Yes that's true...and don't forget the basics too -give the picture descriptive name and alt tag.
Post a Comment
We love to hear from you! Leave us a comment.
To ensure proper display, HTML/XML/Javascript need to be escaped first using this escape tool.