图像弄乱了我的表格布局

发布于 2024-12-07 16:47:46 字数 604 浏览 1 评论 0原文

这是测试文件: 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 电子邮件......)

它应该是这样的:

Bildschirmfoto 2011-09-29 um 20.46.53

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:

Bildschirmfoto 2011-09-29 um 20.46.53

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

蹲在坟头点根烟 2024-12-14 16:47:46

以下 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)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文