http://www.remg4painting.com/gallery.html frnds this is my frnds website, he made this recently but this gallery page is not displayed in any other browsers except firefox, can u pls tell me what will be the reason ...
The body tag of that document is commented out, because the commenting line is missing the -- and is in wrong place. To fix this move the ">" which is after </style> to before the ending style tag and add the missing --. The end result will be <style type="text/css"> <!-- a:link { text-decoration: none; } a:visited { text-decoration: none; } a:hover { text-decoration: none; } a:active { text-decoration: none; } img { border-style: none; } --> </style> </head> Code (markup): note: You were also missing the ending bracket for your img style so I also added that.