搜索 | 用户支持

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

详细了解

Why will Firefox not open links on website I create with Dreamweaver?

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

more options

When i create a link to another web page, I cannot open the link in Firefox. I can in IE, but not in Firefox. I am working in Dreamweaver CS6

When i create a link to another web page, I cannot open the link in Firefox. I can in IE, but not in Firefox. I am working in Dreamweaver CS6

所有回复 (5)

more options

Can you post the code that is used in the link or post a link to that page so we can check what is wrong?

Make sure that there aren't backslashes in the link as that won't work in Firefox.

more options

i use <a> href=" ">text</a>

more options

<a href="APA Reservation.html">Provincial Minister</a>

more options

it should be <a href=" ">text</a>

more options

Such code should be working.

Do you see the correct URL popping up at the bottom of the screen when you hover such a link.

If that isn't the case then right-click the link and use Inspect Element to check what Firefox sees at that position.

由cor-el于修改