Good morning all. This past weekend I migrated my blogspot and wordpress.com accounts over to self-hosted wordpress.org account. I am now seeing some trouble with text wrapping around my images. It used to basically do it by itself in wordpress.com but is now giving me fits.
I have tried adding the suggested coding to the bottom of my style.css sheet.
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
Please keep in mind that I have never really used CSS before so if you could explain in dummy terms, that would be great.
Here's an example of my problem:
http://www.lindsayblogs.com/reviews/?p=197