It is very easy to add images side by side in your blog. To do this just follow the methods mentioned below.
Method 1 : Without using HTML code
Open Microsoft word --> insert in menu bar-->tap table size-->then select table -->design-->clear-->then copy table(without borders)-->paste in your blog-->now paste your images in the table.
That's it!!
Method 2:
We will utilize an HTML table for this reason and by this strategy, you can adjust pictures in posts just as in websites.
Adjusting Pictures in Post
First thing first, duplicate all your picture joins in a scratchpad record or any content report editorial manager you have. To snatch the picture interface simply transfer your pictures to the post supervisor and afterward click on 'HTML' on the upper left. There you will see your picture interface to some degree like this
https://1.bp.blogspot.com/ - HUToqo9hZ_s/XwQEeEPpr9I/AAAAAAAACVc/KhrirTyIj90It3_mgiYnydBl4hQ7hKrXwCK4BGAsYHg/w640-h396/pictures next to each other blogger.jpg
Alright, presently you have your picture joins. Duplicate this HTML table code and glue it in HTML mode in the post editorial manager.
<tr>
<td><img border="0" width="100px" height="100px" src="IMAGE 1 LINK HERE" /></td>
<td><img border="0" width="100px" height="100px" src="IMAGE 2 LINK HERE" /></td>
<td><img border="0" width="100px" height="100px" src="IMAGE 3 LINK HERE" /></td>
</tr>
</table>