Hello, I have a site: http://thecoolnews.org , and everything works fine with firefox, but when I open the site with Internet explorer, it is not normal, it's a little bit defaced. How can I fix the problem ? Thank You.
Open the site with IE, then firefox. You will automatically understand what is the problem. It's a bit defaced with Ie.
I'm not at work so I can't see your page in IE but I'll betcha it's this: <html> <head> <META NAME="TITLE" CONTENT="The Cool News"> <META NAME="KEYWORDS" CONTENT="cool, news, money, domain, earn, site, stuff, tips, tricks, secrets, win, accounts, rapidshare, megaupload, torrents, tech, technology"> <title>The Cool News</title> </head> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head profile="http://gmpg.org/xfn/1"> <title></title> <meta name="ROBOTS" content="INDEX,FOLLOW"/> <meta name="Title" content="" /> Code (markup): As far as I know, one may not have two html start tags. : ) It looks like a chunk was accidentally copied. The doctype MUST bethe first thing IE sees, not even a space before it.
Yeah, that second copy of the header before the doctype is a good indicator it's not gonna render right. Looking at the rest of the code it's no winner though... THIS for example: <p align="center"><font face="MS Sans Serif"><font face="MS Sans Serif">2) Click </font><a href="https://www.moneybookers.com/app/login.pl" style="color: blue" target="_blank"><font face="MS Sans Serif">here</font></a><font face="MS Sans Serif"> to login to your account.</font></font></p> <p align="center"><font face="MS Sans Serif"><font face="MS Sans Serif">3) Click the </font><a href="https://www.moneybookers.com/app/send.pl" style="color: blue" target="_blank"><font face="MS Sans Serif">send money</font></a><font face="MS Sans Serif"> link in the menu.</font></font></p> <p align="center"><font face="MS Sans Serif"><font face="MS Sans Serif">4) Send payment to the following address: </font></font></p> <p align="center"><font face="MS Sans Serif"><strong><font color="black" face="MS Sans Serif">rchamaa90@hotmail.com </font></strong></font></p> <p align="center"><font face="MS Sans Serif"><font face="MS Sans Serif">6) Continue and confirm your payment.</font></font></p> Code (markup): What the?!?