搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Firefox internet explorer view of website

  • 4 个回答
  • 8 人有此问题
  • 1 次查看
  • 最后回复者为 cor-el

more options

My web site does not appear the same in Firefox and some of the internal links to other pages do not work either.Although links to external site do work

My web site does not appear the same in Firefox and some of the internal links to other pages do not work either.Although links to external site do work

所有回复 (4)

more options

Your JavaScript navigation links on the main page work in IE and Opera, but don't work in Firefox or Safari.

Try posting at the Web Development / Standards Evangelism forum at MozillaZine. The helpers over there are more knowledgeable about web page development issues with Firefox.
http://forums.mozillazine.org/viewforum.php?f=25
You'll need to register and login to be able to post in that forum.

more options

You have missing closing '>' for those A elements:

<A HREF="page4.html"</A><FONT face="Arial"><H5>Welcome</H5>


Should be:

<A HREF="page4.html"><FONT face="Arial"><H5>Welcome</H5></A>


Also here is a missing '>':

<IMG  WIDTH=270 HEIGHT=250 BORDER=0 SRC="pooley2a.jpg"


You can see that corrupted code as red (A) elements via the right-click context menu of each of the three frames: This Frame > View Frame Source

由cor-el于修改

more options

I still cannot see my links ,as links, in firefox I have made the changes to the link codes as suggested in your last asnswer to me but none of the links work; other that the ones to other internet sites.

more options

I'm still seeing red code if I inspect the page source of the three frames, so if you uploaded the corrected versions of those files to the server then something went wrong and you may need to try again of contact the company that host your website and ask them for advice.

(noticed that the third frame http://www.northfleetlions.co.uk/page13.html has an unclosed <div -> <div> )