Hey everyone Im trying to figure out how to ad a single row of images on on my main index template of images. For instance I want them together side by side not one on top of the other. Any idea? This is for Word Press.. Thanks
If I understand correctly, you just want for example, 3 images next to eachother: <table> <tr> <td>image1 </td> <td>image2 </td> <td>image3 </td> </tr> </table> In your css you can set the cellspacing to 0 en then they will be right besides each other Or do you want another thing?