Skip to main content
Blogger tips and tricks
My first Blogger Tips and Tricks post received such a positive response that, I have decided to make this a monthly feature. I know sometimes HTML codes and blogging, in general, can make you feel like you’ve just taken a trip in the Tardis..but my wish is to make it as simple as possible for you.
Update: I noticed when copying the code from this post the quotes are fancy and can mess with code. Please replace them before using code.

 1. Placing Images Side by Side on my Blog. 
Blogger tips and tricksBlogger tips and tricks

This is a simple way to place them side by side.
Access the HTML side of your post and type the following code:
<table>
<tbody>
<tr>
<img alt=”” src=”image url image 1″ width=”180″ />
<img alt=”” src=”image url image 2″ width= “180” />
</tr>
</tbody>
</table>

In the highlighted blue area you will need to place the web-hosted URL of your image. You can use Photobucket(this is what I use and it’s free), Flickr etc to house these images. What?? how do I do that?? It’s easy, download image desired to your computer. Set up an account with web-based photoshop such as Photobucket. When you are logged on, upload pictures from your computer by selecting upload and following directions. Then click save and go to your albums. Under the photo, you will see a direct link, copy and paste that URL into the red area above, repeat for the second image. In the blue area select the width you want the photo to be.
2. Want them to have clickable links????

<center>
<table cellpadding=”0″ cellspacing=”0″>
<tbody>
<tr>
<td><a href=”url address to website”><img border=”0″ src=”url image of picture” /></a></td>
10px;”>url address to wrbsitel”><img border=”0″ src=”url image of picture” /></a></td></tr>
</tbody></table>
</center>
  • To add to your post, go to HTML side of composing and copy and paste this code into the post.
  • copy and paste the link site URL in the red area.
  • In the blue area copy and paste your image URL. Remember it must be an image stored online, for example, Photobucket or Flickr. (be sure and size them the same)
  • Repeat for each image.
  • The 10px  is the distance between images and you can change that number to suit your needs.

4. Can I do more than 2 side by side images? 

Yes you can, for more images, simply add more code surrounded by ( <td style=”padding-left:10px;”>  and </td> ) Make sure you add them before the tag ( </tr> )
  • <td style=”padding-left:10px;”> paste 2nd link url here“><img src=”paste 2nd photo url here” border=”0″ /></a></td>
5. Can these codes be used in my side bar?
Yes, just be sure to re-size images to fit the width of your sidebar. On blogger, go to add a gadget and use HTML code. Copy and paste the codes we used above.
Tips:

1. Commenting on other blogs:

Be sure to set up accounts with all comment systems that include a link to YOUR blog. (ie. Comment Luv, blogger, Disqus, WordPress, twitter.) I get comments and would love to reciprocate..but if I cannot find you easily I cannot comment.
I know it’s a pain, and I know it takes time to set up profiles but you will see an increase in comments to your blog..trust me. Choice a username and icon to use for all profiles. This will make you recognizable!!! You can use the same password to make it easier to remember. Add your blog and twitter link to this profile. Market yourself everywhere you go.
2. Images in your sidebar 

To all the bloggers with pictures in your sidebars that hang out over the edges..you can use PhotobucketFlickr etc to re-size those images to fit within the sidebar. You can also resize your side bar by customizing your template. For Blogger, go to Template, customize, adjusts widths and play around with it, till you get the look you want.
Good Luck and if you have a problem..email, tweet or facebook message me 🙂
If there is something you want to learn about or n

Comments

Popular posts from this blog

》¡》》》¡》 NAVIGATE Want To Spend More Time On Your Writing And Tired Of Doing It All? A Virtual Assistant Can Help Alexandra Amor Sometimes you need specific help for your situation Indie authors often have an edge of control freakery … well, I do! I like being in control and I enjoy pretty much all aspects of being an author entrepreneur. But I hit a wall about 18 months ago, and I definitely needed some help, so I started looking for a virtual assistant to help me. I had a few varied experiences and learned some lessons, and then  Alexandra Amor reached out to me with some brilliant suggestions for how she could help. Alexandra is a children's author, but she is also a fantastic virtual assistant for me and a number of other authors. I trust her to help me with key tasks in my author business, and she even suggests things that I may not have thought of. Alexandra Amor Today, Alexandra explains how a VA can help authors. Joanna has previously...
Resources for Writers Some helpful books, blogs and other tools we recommend. These are tools we use and have found helpful for new writers. Alas, we don’t have time to vet new companies to add to the list, so please don’t ask us to do that. This list is simply a helpful, free offering to our readers–as is all the content of this blog. Unfortunately, we don’t have time to offer any more free services than we already offer with this blog. We need to spend some of our time writing books so we don’t starve–and we also need to sleep and see our families and go outside and breathe like other earth creatures. Thanks.    Recommended Books Social Media Smart Social Media  by Chris Syme Blog It!  By Molly Greene Rise of the Machines  by Kristen Lamb Blogging for Writers  by Robin Houghton (Only in paper. Extensively illustrated.) The Author’s Platform  by Barb Drozdowich. Barb also provides one-on-one social media help at  Bakervie...
How to add an Image Slider to Your Blogger Blog Posted by  Ashley 8th March, 2013 Blogging Bitchin' Book Blog ,  Blogger ,  Coding ,  Image Slider ,  jQuery ,  Nivo Slider ,  Tutorial Last updated: 4 December 2015. We have a great question this week from Kaina! All you Blogger folks listen up, because this one is just for you! I was just wondering since I have a blogger blog do you know of any good picture sliders I could find or the process in which to make one? I would appreciate it tons!!  Kaina To make the image slider work, you need to add some extra files to your site. We need to add one or two JavaScript files and one CSS file. Step 1: Add the jQuery library (if you don’t already have it). First, you need to figure out if you need to include jQuery or not. The easiest way to do that is to visit your block, right click, select  “View Page Source”  and do a CTRL+F search for  jquery . If you get a ...