Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Cari Bantuan

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Pelajari Lebih Lanjut

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

  • 5 balas
  • 3 memiliki masalah ini
  • 32 kunjungan
  • Balasan terakhir oleh cor-el

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

Semua Balasan (5)

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.

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

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

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

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.

Diperbarui oleh cor-el pada