为什么我的网站右侧有空格? (WordPress)

发布于 2024-08-21 16:39:28 字数 117 浏览 5 评论 0 原文

我有一个 WordPress 网站。 我不知道这是怎么发生的,但现在显然右边有很多空间!

你们能不能看透源头,看看有没有发现什么可疑的地方? 我们将非常感激!谢谢:)

网站:消失了! :)

I have a wordpress site.
I don't know how this happened, but now it obviously has got a lot of spae to the right!

Can some of you see through the souce and see if you find anything suspicious?
It would be really appreciated! Thanks :)

Site: gone! :)

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

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

发布评论

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

评论(2

小梨窩很甜 2024-08-28 16:39:28

这是因为您的翻译栏图片 在第 1031 行。

<img style='border:0px;' src='http://www.matogvinnett.no/wp-content/plugins/
                              global-translator/gltr_image_map.png'
                              usemap='#gltr_flags_map'/>

宽度为 960 像素,迫使身体向右拉伸。

最好剪掉它,或者给周围的容器之一overflow:hidden

Firefox 网页开发工具栏是一个很棒的扩展,可以使用其“荧光笔”功能帮助找出此类内容。我将它与 Firebug 一起使用来调试HTML。

It's because of your translation bar image in line 1031.

<img style='border:0px;' src='http://www.matogvinnett.no/wp-content/plugins/
                              global-translator/gltr_image_map.png'
                              usemap='#gltr_flags_map'/>

I'ts 960 Pixels wide and forces the body to stretch to the right.

Best clip it, or give one of the surrounding containers overflow: hidden.

The Web Developer Toolbar for Firefox is a great extension that helps find out such things using its "highlighter" function. I use it alongside Firebug to debug HTML.

踏雪无痕 2024-08-28 16:39:28

这是因为您为标志放置的代码,当我使用 firebug

<img usemap="#gltr_flags_map" src="http://www.matogvinnett.no/wp-content/plugins/global-translator/gltr_image_map.png" style="border: 0px none;">

没有更多空间了:)

It is because of the code that you have put for the flags, when i removed this code using firebug:

<img usemap="#gltr_flags_map" src="http://www.matogvinnett.no/wp-content/plugins/global-translator/gltr_image_map.png" style="border: 0px none;">

There was no more space :)

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