Prohledat stránky podpory

Vyhněte se podvodům. Za účelem poskytnutí podpory vás nikdy nežádáme, abyste zavolali nebo poslali SMS na nějaké telefonní číslo nebo abyste sdělili své osobní údaje. Jakékoliv podezřelé chování nám prosím nahlaste pomocí odkazu „Nahlásit zneužití“.

Zjistit více

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

  • 4 odpovědi
  • 2 mají tento problém
  • 2 zobrazení
  • Poslední odpověď od 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

Zvolené řešení

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.

Přečíst dotaz v kontextu 👍 0

Všechny odpovědi (4)

more options

Zvolené řešení

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.