搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

dorringtonrealty.com will not show and jpegs, what is the fix

  • 4 回覆
  • 2 有這個問題
  • 2 次檢視
  • 最近回覆由 dcday

more options

Will not display graphics or pictures. What is the fix.

Just downloaded firefox at a friends requist, Need to fix this issue

Will not display graphics or pictures. What is the fix. Just downloaded firefox at a friends requist, Need to fix this issue

被選擇的解決方法

Writing proper code, I expect would help.

http://dorringtonrealty.com/images/gtihgrnk[1].gif

is a very strange image url with the square brackets, I don't know if that is the problem. Firefox will bring up that link by itself. Other browsers (except IE) have a problem with the images.

從原來的回覆中察看解決方案 👍 0

所有回覆 (4)

more options

選擇的解決方法

Writing proper code, I expect would help.

http://dorringtonrealty.com/images/gtihgrnk[1].gif

is a very strange image url with the square brackets, I don't know if that is the problem. Firefox will bring up that link by itself. Other browsers (except IE) have a problem with the images.

more options

I build websites the code is correct, just view the code. Firefox has an issue which needs to be fixed.

more options

See my answer in this thread: /questions/830195

It is caused by the base tag in the head section that doesn't specify a protocol and that Firefox 4 interprets as a relative URL

<base HREF="www.dorringtonrealty.com/">

Use:

<base HREF="http://www.dorringtonrealty.com/">
more options

Thanks for all the help. This solved my problem.