Hi there ~
I'm writing a blog post and want to center an image that by default usually aligns left of my text.
I can get the image centered only if I don't use the pic drop option available when creating a post.
If I enter...
<div class="center">
<div class="img-shadow">
<img id="image74" alt=Cower src="http://www.chickspirit.com/chickdreams/images/2007/06/Cowering.jpg" /></div>
</div>
...in my post it doesn't center.
But if I enter...
<div class="center">
<img id="image74" alt=Cower src="http://www.chickspirit.com/chickdreams/images/2007/06/Cowering.jpg" /></div>
...it centers.
Any suggestions as to what I need to do differently to get my image centered while keeping my drop shadow?
Thanks,
Kai