dorringtonrealty.com will not show and jpegs, what is the fix
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)
選ばれた解決策
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.
I build websites the code is correct, just view the code. Firefox has an issue which needs to be fixed.
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/">
Thanks for all the help. This solved my problem.