Join the Mozilla’s Test Days event from Dec 2–8 to test the new Firefox address bar on Firefox Beta 134 and get a chance to win Mozilla swag vouchers! 🎁

搜索 | 用户支持

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

详细了解

When editing my website Firefox does not allow image insert but Internet Explorer does allow.

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

more options

When editing articles on our website inserted images appear as a broken link although they are visible in the editor. When the insert is pressed only text appears and "/jpg. item"

If I use Internet Explorer to carry out this procedure there is not a problem, however I prefer to use Firefox.

When editing articles on our website inserted images appear as a broken link although they are visible in the editor. When the insert is pressed only text appears and "/jpg. item" If I use Internet Explorer to carry out this procedure there is not a problem, however I prefer to use Firefox.

所有回复 (3)

more options

http://www.marshals.co.uk/

What type of editor is being used there?
Do a View Page Source from Firefox and see all the green text that is being generated by your editor. All that green text is garbage code that Firefox doesn't understand - like from a Word document. IE may be able to read that code, but real web browsers (probably) can't.

I looked at 6 pages on that website and couldn't see any missing images with "broken code" Alt tags.

How does it look from another PC?

more options

The editor is a WYSWYG. The image (jpg) appears in the editor but disappears once the insert is pressed, leaving an outline box and the image title. If I use IE to do this there is not a problem. This has only started to happen since the last Firefox update.

You would not have found anymissing images as they were removed. However I have just tried to insert an image in a newsletter (North, April Outpost 2010) resulting in the above problem.

由jimmy41于修改

more options

Your website contains VML (MS Office Word) code that only works in IE and not browsers like Firefox.

<strong>Nadine Lewis awarded JLT Sport MSA Marshal of the Year</strong><!--[if gte mso 9]><xml>  <w:WordDocument>   <w:View>Normal</w:View>   <w:Zoom>0</w:Zoom>   <w:DoNotOptimizeForBrowser/>  </w:WordDocument> </xml><![endif]--> <!--  /* Font Definitions */ @font-face 	{font-family:Times;


You need to make sure that you disable VML in the web authoring settings and generate W3C compliant code.