Problem With Site HTML

Discussion in 'HTML & Website Design' started by Metalwarrior, Oct 30, 2007.

  1. #1
    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.
     
    Metalwarrior, Oct 30, 2007 IP
  2. izbryte

    izbryte Well-Known Member

    Messages:
    412
    Likes Received:
    97
    Best Answers:
    0
    Trophy Points:
    155
    #2
    What exactly is the problem?
     
    izbryte, Oct 30, 2007 IP
  3. Metalwarrior

    Metalwarrior Active Member

    Messages:
    603
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    60
    #3
    Open the site with IE, then firefox. You will automatically understand what is the problem. It's a bit defaced with Ie.
     
    Metalwarrior, Oct 30, 2007 IP
  4. Stomme poes

    Stomme poes Peon

    Messages:
    3,195
    Likes Received:
    136
    Best Answers:
    0
    Trophy Points:
    0
    #4
    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.
     
    Stomme poes, Oct 30, 2007 IP
  5. deathshadow

    deathshadow Acclaimed Member

    Messages:
    9,732
    Likes Received:
    1,999
    Best Answers:
    253
    Trophy Points:
    515
    #5
    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?!?
     
    deathshadow, Oct 31, 2007 IP
  6. Metalwarrior

    Metalwarrior Active Member

    Messages:
    603
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    60
    #6
    ah k lol :D , so what do I have to do with the header file ?
     
    Metalwarrior, Oct 31, 2007 IP
  7. Metalwarrior

    Metalwarrior Active Member

    Messages:
    603
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    60
    #7
    Thank You Stomme Poes. :D :D I fixed the main problem.
     
    Metalwarrior, Oct 31, 2007 IP