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.
我有一个表,后跟一个锚标记。我希望锚标记不要移动到表格之后的下一行。
有什么选择?
所以你想让锚在桌子上吗?
使用 CSS 参数“float”。
<table style="float:left"></table> <tag></tag>
http://css.maxdesign.com.au/floatutorial/
将 CSS 规则float: left应用于表。
float: left