HTML 定位问题

发布于 2024-12-12 01:50:51 字数 240 浏览 0 评论 0原文

我试图找出为什么我的顶部菜单导航在下一页上没有正确定位。当我添加 Aweber 注册框脚本时,它意外地调整了。我只是对这如何影响我的页面顶部感到困惑。

这是链接: http://www.richmindonline.com/index1.html

任何帮助都会感谢,因为这是给客户的!谢谢你!

I'm trying to figure out why my top menu navigation is not positioning correctly at the following page. It adjusted unexpectedly when I added an Aweber sign-up box script. I'm just confused as to how this is affecting the top of my page.

Here's the link: http://www.richmindonline.com/index1.html

Any help would be appreciated, as this is for a client! Thank you!

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

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

发布评论

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

评论(1

深白境迁sunset 2024-12-19 01:50:51

好吧,我相信我发现了问题。在指向 images/custom-window-treatments-tx.jpgimg 标记后面,有一堆空格。删除所有内容,使整个 td 看起来像这样:

<td valign="top"><img border="0" src="images/custom-window-treatments-tx.jpg" width="950" height="40"></td>

Alright, I believe that I found the problem. Just after the img tag pointing to images/custom-window-treatments-tx.jpg, there is a bunch of whitespace. Remove all of it, making that whole td look like this:

<td valign="top"><img border="0" src="images/custom-window-treatments-tx.jpg" width="950" height="40"></td>
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文