6
Your CSS needs a little tweaking. margin is the shortcut for margin-top, margin-right, margin-bottom, and margin-left.
Like so -> margin: 0 6px 4px 0;
The above will give a margin of 6px to the right, 4px on the bottom and 0px on the top and left.
Also, by defining only img {}, every HTML tag
You need to find the class that AMS is using for the article body and add your CSS with that class as the qualifier. You can check your module templates to find the class.
You should have something like this when you are done.
.itemtext img {margin: 0 6px 4px 0; float:left;}
The .itemtext part is just an example. Replace that with whatever AMS uses for the article body class.
Having your URL would help too.
Insanity can be defined as "doing the same thing over and over and expecting different results."
Stupidity is not a crime. Therefore, you are free to go.