aligning image thumbnails
-
Hello,
Is it possible to align several image thumbnails left to right across a page? I’ve been trying to set four imagees next to each other but they automatically go underneath the previous one.
The link to where I’m trying to do it is here…www.smithfieldhorsemarket.wordpress.com/pictures
Any help would be greatly appreciated. Thanks.
The blog I need help with is: (visible only to logged in users)
-
You can use table coding in the html editor:
<table> <tr> <td>IMAGE1_CODE_HERE</td> <td>IMAGE2_CODE_HERE</td> <td>IMAGE3_CODE_HERE</td> <td>IMAGE4_CODE_HERE</td> </tr> </table>Or you can use the Gallery feature, setting it for 4 columns.
- The topic ‘aligning image thumbnails’ is closed to new replies.