Issue With my website on IE

Discussion in 'HTML & Website Design' started by greenlight, Sep 25, 2009.

  1. #1
    Can you tell me how to fix and what the problem is?

    www. el ite buyer agents .com

    thanks
    scott
     
    greenlight, Sep 25, 2009 IP
  2. wysiwyg4

    wysiwyg4 Peon

    Messages:
    62
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You are missing proper extension to your files.
     
    wysiwyg4, Sep 25, 2009 IP
  3. greenlight

    greenlight Well-Known Member

    Messages:
    1,262
    Likes Received:
    42
    Best Answers:
    0
    Trophy Points:
    103
    #3
    ok so how do i fix it? can you give me an example?
     
    greenlight, Sep 25, 2009 IP
  4. wysiwyg4

    wysiwyg4 Peon

    Messages:
    62
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Depending on what code you used - the most used are html and php -
    upload them to your server with the extension.

    For example,
    search-charlotte-homes.html or dot php.

    elite-difference.html or dot php.
     
    wysiwyg4, Sep 25, 2009 IP
  5. HomeComputerGames

    HomeComputerGames Peon

    Messages:
    871
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #5
    I believe you are trying to use the directory names for the URLs without a file name?
    If this is the case then you need to have the main page for this directory named one of the following: index.html, index.htm, index.php (if available)

    There are others that can be used but these are the most common.
    so mysite.com/ilovegoogle/
    is the same as
    mysite.com/ilovegoogle/index.html
     
    HomeComputerGames, Sep 25, 2009 IP
  6. Brandon_R

    Brandon_R Peon

    Messages:
    330
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #6
    First and foremost always try and validate your site with the w3 html and css validator.

    HTML & CSS Validator
     
    Brandon_R, Sep 25, 2009 IP