Small images can be placed side by side in a blog post (see above). However when the image size is increased it can help to use an invisible table to position your images side by side (see below).
The following html adds an invisible table in your blog post to position two images side by side.
<br>
<table><tbody>
<tr><td>photoa
</td><td>photo b
</td></tr></tbody></table>
<br>
No comments:
Post a Comment