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.
我使用 Dreamweaver 将图像切割成不同的部分;本质上,每一块都被“切割”并存储在 HTML 表格中。(根据我的理解)。
将这个“表格”居中以使图像位于我的网页中间的正确方法是什么?(水平和垂直)
尝试在表格标签中使用align="center"和valign="middle"
align="center"
valign="middle"