Why won't my site display properly?

Discussion in 'HTML & Website Design' started by Gallito, Apr 20, 2008.

  1. #1
    Hey all, I just realized that although my site displays just fine in IE7 it shows nothing in FireFox but my source code, could anyone give me a hand with this? The website is http://www.affiliatemarketerguides.com the sub-pages are the issue.

    Thanks in advance for your help, I can't find anything wrong with my code.
     
    Gallito, Apr 20, 2008 IP
  2. Providence

    Providence Peon

    Messages:
    568
    Likes Received:
    44
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I think you should change your links:

    Example:
    From this:
    <a href="http://www.affiliatemarketerguides.com/articlemarketingguides">Article
    Marketing
    Guides</a>

    To this:
    <a href="http://www.affiliatemarketerguides.com/articlemarketingguides.html">Article
    Marketing
    Guides</a>

    and add the .html extensions to your pages.


    That's a good solution since your site might not be using anything dynamic so I suggest to stick to html.
     
    Providence, Apr 20, 2008 IP