Wordpress – Aligning Multiple Images

Posted by: flirtations  /  Category: Internet, Technology, Web Development, WordPress

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.

Here is an example of what it might look like:

150x150_image_holder 150x150_image_holder 150x150_image_holder
CODE:
<table>
<tr>
<td>icon 1</td>
<td>icon 2</td>
<td>icon 3</td>
<td>icon 4</td>
</tr>
</table>

<table><tr><td>icon 1</td><td>icon 2</td><td>icon 3</td><td>icon 4</td></tr></table>

Tags: , , , ,

Leave a Reply

You must be logged in to post a comment.

Get Adobe Flash playerPlugin by wpburn.com wordpress themes