搜索 | 用户支持

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

详细了解

Forefox convert a web adress to a link I don't like it i wnat to write it without conversion

  • 7 个回答
  • 2 人有此问题
  • 3 次查看
  • 最后回复者为 Leif Johansen

more options

I am written/converting pages for mobils (Smart Phones). I have written a list of links. The text for each link items is the web address, but I have want to connect the linkfunction to a button (the best way for phones).

When I write www.xzy.dk as a text not as a linkaddress, Firefox convert it to linkaddres and is following my ccs style for links and not the style for the text.

As fare I can see it ist a problem in Firefox 19 yesterday I have automatically installed the 19 over the 18

Leif Johansen Denmark

I am written/converting pages for mobils (Smart Phones). I have written a list of links. The text for each link items is the web address, but I have want to connect the linkfunction to a button (the best way for phones). When I write www.xzy.dk as a text not as a linkaddress, Firefox convert it to linkaddres and is following my ccs style for links and not the style for the text. As fare I can see it ist a problem in Firefox 19 yesterday I have automatically installed the 19 over the 18 Leif Johansen Denmark

被采纳的解决方案

Works fine here as can be expected from the source code.

<body>
<a href="http://www.objektiv.dk"><img src="../billeder/knap2.jpg" alt="" width="40" height="40" border="0"></a><font size="+2">www.objektiv.dk/start/index.html</font><br>
</body>

Start Firefox in Safe Mode to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).

  • Do NOT click the Reset button on the Safe mode start window or otherwise make changes.
定位到答案原位置 👍 1

所有回复 (7)

more options

Firefox doesn't do that by default.

Where are you typing this text?

Is this in an editor on a web page?

It is possible that such an editor does this automatically, but in Firefox you usually need to use a toolbar button to accomplish this.


Start Firefox in Safe Mode to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).

  • Do NOT click the Reset button on the Safe mode start window or otherwise make changes.
more options

I know what I am doing. I am making the program work in Home Site an when I type a web adresse as:

www.xyz.dk

then IE in Home site and Crome it is normal text but in Firefox 19 it is made to a link.

This sentens :

<a href="http://www.objektiv.dk"><img src="../billeder/knap2.jpg" alt="" width="40" height="40" border="0"></a><font size="+2">www.objektiv.dk/start/index.html</font><br>

created what you see at the picture


Greetings

Leif

由cor-el于修改

more options

and I se the same problem in the answer here. I see link where is a link but also a link after the </a> and it ist not a link but a text

more options

It happens on this forum because all links are linkified automatically by the forum software.

The code that you posted shouldn't do this. So there may be other error in the code if this happens.

You can check the page source for tags marked in red to make sure that you haven't omitted close tags or made other typos.

  • Firefox > Web Developer > Page Source
  • Tools > Web Developer > Page Source (Ctrl+U)
  • Right-click on a web page to open the context menu and select View Page Source
more options

Have a look and open the source code in Firefox and in IE - same source code but see the difference. Crome, Opera and Safari present the same result as IE.!


http://www.tulln.dk/xxx/test.html

Leif

more options

选择的解决方案

Works fine here as can be expected from the source code.

<body>
<a href="http://www.objektiv.dk"><img src="../billeder/knap2.jpg" alt="" width="40" height="40" border="0"></a><font size="+2">www.objektiv.dk/start/index.html</font><br>
</body>

Start Firefox in Safe Mode to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).

  • Do NOT click the Reset button on the Safe mode start window or otherwise make changes.

由cor-el于修改

more options

Thank you. The problem solved. It was "Fastes Fox 5.0.xx"


Greetings and a god Easter


Leif Johansen Denmark