Many people have difficulty center aligning images in WordPress. This video tutorial will go over how to do this.
Posts Tagged ‘aligning’
Center Aligning Images in WordPress
WordPress – Aligning Multiple Images
In this video tutorial, I will be explaining how to align multiple images in WordPress. Normally, using WordPress, it is not easy to place multiple images next to eachother without advanced knowledge of CSS. For those of you that need it, I am placing some simple code for a 4 column table for you to use as needed. Just copy and paste this code into the HTML view of your blog and modify as needed. Please watch the video below for more instruction.
Here is an example of what it might look like:
![]() |
![]() |
![]() |
![]() |
<table> <tr> <td>icon 1</td> <td>icon 2</td> <td>icon 3</td> <td>icon 4</td> </tr> </table>

