我想对齐这个:
<video width="300" height="200" autoplay="autoplay">
<source src="video/supercoolvideo.mp4" type="video/mp4" />
</video>
将其粘贴到wordpress文本中,并使用指向页面的链接嵌入。
可能吗?
<video width="300" height="200" autoplay="autoplay" style="float: right;">
<source src="video/supercoolvideo.mp4" type="video/mp4" />
要么
<div style="text-align:right;"><video width="300" height="200" autoplay="autoplay"><source src="video/supercoolvideo.mp4" type="video/mp4" />