Date |
Issue |
|---|
19 Feb 10 |
Q Wordpress has that nice option to subscribe with your email address, can I do that with Blogger?
A It can be done using feedburner, all instructions at tipsbloggers.com. |
07 Jan 10 |
Q Someone added a spam comment to my blog, how can I delete it?
A To delete any comment in your blog, you have to construct an url of the form: http://www.blogger.com/delete-comment.g?blogID=#blogpostid&postID=#commentid. Read instructions for forming the url on bloggerstop.net. |
26 Jan 09 |
Q How can I add a centred caption under an image ?
A Edit the post and find the html inserted when you uploaded the image, before the </a> at the end place: <div style="text-align:center;"><<Your caption>></div>
Replacing <<Your caption>>
|
22 Jan 09 |
Q I want to replace the Subscribe to: Posts (Atom) with a feedburner url, e.g. http://feeds2.feedburner.com/MyBlog
A Expand widget templates and find this line
- <b:include name='feedLinks'/>
replace it with the url of your feedburner |
19 Dec 08 |
Q My blog has multiple authors, I would like a contributor list, so when a particular author is clicked on, a page opens with their posts.
A
- Add the name of the author as a Label to their posts
- In Layout add the links of the Labels in a Link List gadget: http://MYBLOG.blogspot.com/search/ label/AUTHOR_NAME. Replace the CAPS. Clicking that link will bring up all posts by that author.
- You can drag and drop the Link List gadget from the posts column to the sidebar.
- If you have a tag list it will now show authors, the alternative is to add a separate tag list like the authors. Note that this will not dynamically update with new tags.
|
10 Dec 08 |
Q I would like to change the order my posts appear in?
A Edit the post and you will see a Post options link, where the date can be edited. Posts are shown in date order. |
11 Sep 07 |
Q My blog has multiple authors, how can they all get email notification when the blog is added to?
AOne used to have to setup say a a google group for all your email addresses. However, in the BlogSend field in the setting email tab, one can now enter a comma delimited list of email addresses. |
19 Sep 07 |
Q How can one edit a comment?
A Since May 2007 this is no longer possible |
19 Sep 07 |
Q When I create html tables they are surrounded by lots of white space.
A From blogger-tricks wrap the <table> in:
<style type="text/css">.nobrtable br { display: none }</style> <div class="nobrtable">[your-table] </div>
|
19 Sep 07 |
Q How can I force a new line in a html table cell? A <br/> does not work, it worked for me with the fudge <ul></ul> |
19 Sep 07 |
Q My html code uses css, can I use this in blogger?
A Edit your template and add your css commands, I put mine towards the bottom. |
20 Sep 07 |
Q When I edit a post, I select the post options to edit the date and the date always shows in mm/dd/yy format. Is there any way to change this? |
20 Sep 07 |
Q Can I embed a slideshow from flickr?
A A slideshow can only be embeded in a post and not a comment. An easy bit of code will do this, see lifehacker. |
20 Sep 07 |
Q When I embed a flickr slideshow the blog margin is too small, can I increase it?
A Edit the template, change the #main-wrap1 width and correspondingly the #outer-wrapper width, see betabloggerfordummies. |
08 May 08 |
Q I update my posts sometimes, I want to get rid of the post data and time?
A Check out the Trick and Tips Tutorial Blogger How to Hide Your Post Date, Time and/or Author. |