改变图像对齐jquery
我的 CMS 自动将 align="left"
添加到图像中,我可以将图像对齐方式从左更改为居中吗
:
到:
使用 jquery / javascript。我看过了,但找不到任何东西。
谢谢
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的,当然...只需更改
align
属性http://jsfiddle.net/86Zg9/
Yes, of course... Just change
align
attributehttp://jsfiddle.net/86Zg9/
试试这个:
try this: