图像弄乱了我的表格布局
这是测试文件: http://www.nicoeinsidler.bplaced.net/test/ mail_test.html
如果没有图片,一切都会按预期正常工作,但是一旦我向其中添加图片,它们就会破坏我的布局。
<img src="https://img.skitch.com/20110930-e89yb812kuhisgsuhf896aepnx.png" alt="http://www.nicoeinsidler.bplaced.net/test/mail_test.html" />
(我从来没有用表格来布局我的主页,所以我不擅长它。我必须这样做,因为这将成为 HTML 电子邮件......)
它应该是这样的:
Here is the test file: http://www.nicoeinsidler.bplaced.net/test/mail_test.html
If there are no pictures everything works fine as expected, but as soon as I add picture to it they break my layout.
<img src="https://img.skitch.com/20110930-e89yb812kuhisgsuhf896aepnx.png" alt="http://www.nicoeinsidler.bplaced.net/test/mail_test.html" />
(I never layout my homepages with tables, so I'm not good at it. I have to do it because this will become a HTML-Email…)
Here is how it should look like:
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
以下 tr 内的 td 的 colspan 需要为 3(而不是 2)
(您应该在该行中看到断开的边框)
The td inside the following tr needs to have a colspan of 3 (instead of 2)
(You should see the broken border in that row)