image in a post example
I would like to have the image in the post above formatted so that it has padding, margins, a border, and floats to the left with text wraping around it on the right. Something like this via css:
As you can see, I understand the css involved here. What I can't figure out is how to give all post attachments which are jpgs this css class while not giving this class to other attachment types or to post icons.
Thanks a lot for any help with this! I'd really appreciate as detailed a response as you can stand to give
I am not a php coder.
I would like to have the image in the post above formatted so that it has padding, margins, a border, and floats to the left with text wraping around it on the right. Something like this via css:
Code:
img { padding: 6px; margin: 2px 10px 10px 2px; border: 1px solid #666; float: left; clear: left; }
Thanks a lot for any help with this! I'd really appreciate as detailed a response as you can stand to give

Comment