The default theme has a couple of classes do this, they are centered, alignright and alignleft. Use them like this:
<img class="alignright" src="myimage.jpg" />
Sorry. I should have been more detailed in my post.
Thanks. However, I want to place multiple images in posts. I may want to stagger them, i.e. first one left justified, second right justified, etc.
Is there a plugin or some easier way to align multiple images in posts other than manully coding in ALIGN=”XXX”?
thanks.
You don’t have to add align tags. However, you’ll have to assign a class to each image and create the appropriate classes in your stylesheet.
I appreciate that. However, I think adding the align tag to the link is probably going to be easier.
But speaking about classes, can somebody please tell me what file this all goes in? I would also like to look there for settings to control the padding of images, if any. Thanks.