IE9 display issue with img and with url
-
martedì 6 marzo 2012 05:52
My website is at www.aafmua.org
The home page (www.aafmua.org/index.html) will not be displayed correctly. I wrote the page with HTML. A img called "help" is not displayed. The link below the img is www.aafmua.org/blog, but IE9 leads the click to aafmua.org/www.aafmua.org/blog therefore it is not linkable. The above mentioned issues only happened with IE9. I checked my HTML source and it is valid. The page shows up correctly in Safari and Firefox. I have tried compatibility view and it does not help.
Would you please help me with the issue? Thanks.
Yishun
- Modificato Yishun martedì 6 marzo 2012 05:52
Tutte le risposte
-
martedì 6 marzo 2012 06:39
Hi,
correct the markup errors reported here
http://validator.w3.org/check?uri=http%3A//www.aafmua.org/index.html
as the validator suggests first add the system dtd (document type declaration) <!doctype html system> to ALL your web pages...
these two error appear to be the reason for the malformed links...
Line 128, Column 22: invalid comment declaration: found character "!" outside comment but inside comment declaration</marquee><end hide--!>Check that you are using a proper syntax for your comments, e.g: <!-- comment here -->. This error may appear if you forget the last "--" to close one comment, and later open another.
Line 101, Column 1:
comment declaration started here
<!-- hide the following>may I suggest you hire a Professional Web designer or undergraduate to do the work for you...a reasonable understanding of modern html standards is required...
Regards.
Rob^_^
- Proposto come risposta doctoroftypeMVP martedì 6 marzo 2012 06:40
- Contrassegnato come risposta Allen Li - MSFTModerator giovedì 15 marzo 2012 07:24
-
martedì 6 marzo 2012 06:54
A img called "help" is not displayed.
It seems to be mixed up with the marquee element which was suppressed by a malformed comment. Fixing the comment made the marquee come to life and showed a woman holding a giant cob or corn? Developer Tools, Find tool (Ctrl-b) shows that that is your img\help.jpg. FWIW I used Developer Tools, Edit (Alt-e) to prove this.
HTHRobert Aldwinckle
---

