Reply To: image margin-bottom with class="aligncenter"

Home Forums Support image margin-bottom with class="aligncenter" Reply To: image margin-bottom with class="aligncenter"

Home Forums Support image margin-bottom with class="aligncenter" Reply To: image margin-bottom with class="aligncenter"

#76989
Tom
Lead Developer
Lead Developer

I would do this instead:

<div style="text-align: center; margin-bottom: 10px;">
<img src="http://.../wp-content/uploads/2015/02/Ilm.jpg"/>
</div>
<div style="clear: both;">
<p style="text-align: center;">some text</p>
</div>