Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
简单问题 - 我正在尝试 AMP(加速移动页面),但无法将图像与文本右侧对齐。
<amp-img align="right" width="250" height="250" src="../images/image1.png"></amp-img>
请问我在这里缺少什么?
您可以通过简单地将其放入本身右对齐的 1-tr * 1-td 表中来实现它:
<table border='1' align='right'><tr><td> <amp-img width="250" height="250" src="../images/testimage.jpg"></amp-img> </table>
同样可以通过将其放入具有属性的<div>或<span>类中来实现align:right
<div>
<span>
align:right