Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Μάθετε περισσότερα

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.