The html file is damaged in Firefox but not in Google Chrome and Internet Explorer.

Discussion in 'HTML & Website Design' started by magiclouie, Sep 7, 2010.

  1. #1
    Hello guys,

    I really need your help in sorting this out. This html file, http://www.koicolors.net/check-this-out/learn.html is damaged when viewed using Mozilla Firefox but not in Google Chrome and Internet Explorer.

    If anyone has managed to conquer this one, I would appreciate some instructions.

    Thanks,
    magiclouie
     
    magiclouie, Sep 7, 2010 IP
  2. drhowarddrfine

    drhowarddrfine Peon

    Messages:
    5,428
    Likes Received:
    95
    Best Answers:
    7
    Trophy Points:
    0
    #2
    Looks fine to me.
     
    drhowarddrfine, Sep 8, 2010 IP
  3. TheGoodWriter

    TheGoodWriter Greenhorn

    Messages:
    70
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #3
    It opens here fine
     
    TheGoodWriter, Sep 8, 2010 IP
  4. magiclouie

    magiclouie Active Member

    Messages:
    147
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #4
    Thanks guys for viewing it. Anyway, I have done lot of research and I have come across this, http://validator.w3.org/

    I have sorted it out.
     
    magiclouie, Sep 8, 2010 IP
  5. kazuvinz

    kazuvinz Peon

    Messages:
    25
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    no problem with the website >.<
     
    kazuvinz, Sep 8, 2010 IP
  6. magiclouie

    magiclouie Active Member

    Messages:
    147
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #6
    Hello guys, I was so happy because I thought I have already fixed it already, but when I created the other sales page, http://leopardgeckofeed.com/check-this-out/learn.html, it looks good in both Firefox and Chrome, but this time it looks damaged when viewed in Internet Explorer.

    Any suggestion you may provide will be highly appreciated.
     
    magiclouie, Sep 9, 2010 IP
  7. JJulian

    JJulian Peon

    Messages:
    29
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    to start with you didn't close your h2 tag:
    <div>
    <h2>
    <p align="center">
    <font color="#000000">
    The So Called 'Experts' Started To Ask ME Questions When They Saw My Golden Book of Leopard Gecko Care.
    </font>
    </p>
    <h2> </div>

    I will keep looking and let you know of others.
     
    JJulian, Sep 9, 2010 IP
  8. magiclouie

    magiclouie Active Member

    Messages:
    147
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #8
    Thanks a lot, anyway I have sorted it out already.
     
    magiclouie, Nov 22, 2010 IP
  9. CSM

    CSM Active Member

    Messages:
    1,047
    Likes Received:
    25
    Best Answers:
    0
    Trophy Points:
    55
    #9
    Do you know CSS at all? Why using p centered with font-color in a h2 tag?

    
    h2 {
    color:#000;
    text-align:center;
    width:xxxpx;
    height:xxxpx;
    }
    
    Code (markup):
    Any why putting a h2 into a div? That does not make any sense at all. I would say you should learn CSS/HTML at w3schools.com

    Ooops, suspended accounts ;) Guess I am too late
     
    CSM, Nov 23, 2010 IP
  10. markhill139

    markhill139 Guest

    Messages:
    34
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #10
    Try using Adobe browser lab. Maybe you have some browser incompatibility issue. You have to fix that.
     
    markhill139, Nov 24, 2010 IP