I am making a site that publishes articles in issues each month. It is straightforward, and I think using a Markdown editor (like the WMD one here in Stack Overflow) wo
Embedding CSS is bad:
![Flowers](/flowers.jpeg)
CSS in another file:
img[alt=Flowers] { float: right; }
Simplest is to wrap the image in a center tag, like so ...
<center>![Alt test](http://upload.wikimedia.org/wikipedia/en/b/bc/Wiki.png)</center>
Anything to do with Markdown can be tested here - http://daringfireball.net/projects/markdown/dingus
Sure, <center>
may be deprecated, but it's simple and it works!