My CMS automatically adds align="left" to the images, can I change the image alignment from left to center
this:
<img src="image.jpg" width="360" height="540" align="left">
to:
<img src="image.jpg" width="360" height="540" align="center">
with jquery / javascript. I have looked and I can’t find anything.
Thanks
Yes, of course… Just change
alignattributehttp://jsfiddle.net/86Zg9/