Hello guys, i need your help again. my website www.mobilespoint.com is running on php. i used blog and photo gallery script for this website. the main url www.mobilespoint.com is working fine on IE and other browsers. but the photo gallery links like www.mobilespoint.com/mobile-themes.php www.mobilespoint.com/mobile-wallpapers.php are working fine in firefox but not in internet explorer. any body have any idea about this problem?
well for one you might want to try and validate some of this shotty markup. it might help some. HTML: Failed. [E:124/W:10] ( http://ittybitty.cn/cdq/ ) CSS: Failed. ( http://ittybitty.cn/1gl/ )
i can't understand what is this. please explain. my website is in PHP not in HTML. and it shows blank page in IE but fine in firefox. Thanks
w3 is thé site when it comes to (X)HTML standards. They have a (X)HTML validator, so you can validate your webpages to see if you're writing valid (X)HTML. ansi just validated your website using the w3 validator, and there were 127 errors in your html code. So the reason why IE isn't displaying the page is probably because it doesn't even recognizes the html on the page. You will have to fix all those errors if you want to have a decent (X)HTML webpage
You cannot make a website without HTML. PHP just generates your HTML and outputs it to the browser. PHP is on the server, while HTML is on the clients side. They're two completely different things.
It is likely to be caused by </head > used for two times, but I hardly recommend to clean up a generated HTML code with validators as posters before me already said.
without HTML no page will be displayed If your page is displaying that means there is HTML in it. you can just simply add an echo in a page,but when you run that page you will see the browser automatically added <html>,<head>,<body> tags in it.with all those errors IE wont display a page.
Well i understand that no page can display with out HTML. so please tell me what exactly i have to do for this problem. Thanks all of you.
Validate your html document again with the W3 Validator: http://validator.w3.org/ A lot of errors will appear, you will need to fix all of them. Try reading some tutorials on XHTML to make sure you know how you can fix it. If it then still doesn't work, then you should give some more informatoin on what you're doing on the photo gallery page (are there serversided scripts running on that page?)