通过选中图片,调整图片的位置。
没有通过style实现,而是通过在supermemo.css中添加css实现。
使用之前请在supermemo.css中添加该css:
1 2 3 4 5 6 7 8 9 10 11
.img_left { text-align: left; } .img_center { text-align: center; } .img_right { text-align: right; }