Kërkoni te Asistenca

Shmangni karremëzime gjoja asistence. S’do t’ju kërkojmë kurrë të bëni një thirrje apo të dërgoni tekst te një numër telefoni, apo të na jepni të dhëna personale. Ju lutemi, raportoni veprimtari të dyshimtë duke përdorur mundësinë “Raportoni Abuzim”.

Mësoni Më Tepër

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

  • 4 përgjigje
  • 2 e kanë hasur këtë problem
  • 2 parje
  • Përgjigjja më e re nga 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

Zgjidhje e zgjedhur

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.

Lexojeni këtë përgjigje brenda kontekstit 👍 0

Krejt Përgjigjet (4)

more options

Zgjidhja e Zgjedhur

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.