Did you ever want to wrap the words around an image within a blog post? When I first started out blogging I had no idea how to do it. Eventually I went to other blogs that did know how to do it, and researched. To understand what I mean, take a look at the image below.



 

As you can see I have stationed the image on the left side. To do this requires an extra bit of HTML coding. If you don’t know HTML then don’t worry, it’s very simple and easy.

Look at the HTML coding below:

<table align="left"><tr><td>

<IMG SRC="Image URL">

</td></tr></table>

In your post, insert the HTML code from above and change the Image URL to the URL address of the image of your choice. If you want to place the image on the right side then just change align=left to align=right, it’s that simple. Insert the code for an image before the first word in any of your paragraphs, then you’ll see the image line up with that paragraph and words wrap around it.

Why you should use this method?
Images attract readers, but not too many images, and if you look at newspapers and magazines, you’ll see that wrapping words around images looks very professional. Therefore, doing so will make your article look better in the eyes of your visitors.

It doesn’t stop with images, you can do this with YouTube videos and AdSense ads as well. How many of you used this method?


Like this article? Subscribe to the RSS feed! Like this article? Subscribe to the FULL RSS feed!
Add to Technorati Favorites Or add this site to Technorati Favorites

5,957 Views