Activity Stream
48,167 MEMBERS
61043 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 4 of 4
  1.     
    #1
    Member
    Website's:
    unknown-bb.com

    Default sites wont show properly in firefox

    my friends website www.jdw-valeting.co.uk shows fine on ie but in firefox looks stupid he has no idea why

    can any one help?
    lenney Reviewed by lenney on . sites wont show properly in firefox my friends website www.jdw-valeting.co.uk shows fine on ie but in firefox looks stupid he has no idea why can any one help? Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Respected Developer
    Website's:
    wrzc.org
    The css files aren't importing. you should replace
    PHP Code: 
        <style type="text/css"
            @
    import url(css/base.css.htm);
            @
    import url(css/plugins.css.htm);
            @
    import url(css/nav.css.htm);
            @
    import url(css/custom.css.htm);
        </
    style
    with
    PHP Code: 
    <link rel="stylesheet" type="text/css" href="./css/base.css" />
    <
    link rel="stylesheet" type="text/css" href="./css/plugins.css" />
    <
    link rel="stylesheet" type="text/css" href="./css/nav.css" />
    <
    link rel="stylesheet" type="text/css" href="./css/custom.css" /> 
    are rename them to css files. Don't know why your making them base.css.htm files

    Same thing goes for the js files. Anything that's a something.js.htm make it something.js

    Another few tips:
    Your adding lots of crap you don't need or already have. Remove the following:
    PHP Code: 
        <!-- Standard meta tags --> 
        <
    meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> 
        <
    meta name="Robots" content="all" /> 
        <
    meta name="MSSmartTagsPreventParsing" content="true" /> 
    Tutorial How to SEO your Warez Site a guide to help you increase your organic traffic

    Huge list of Warez Sites and free Multiposter Templates

  4.     
    #3
    Member
    Website's:
    unknown-bb.com
    thank you told him and he done it works great

  5.     
    #4
    Respected Developer
    Website's:
    wrzc.org
    Quote Originally Posted by lenney View Post
    thank you told him and he done it works great
    no problem. Glad it worked
    Tutorial How to SEO your Warez Site a guide to help you increase your organic traffic

    Huge list of Warez Sites and free Multiposter Templates

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. U.N. could tax U.S.-based Web sites, leaked docs show
    By Heath in forum News & Current Events
    Replies: 5
    Last Post: 15th Jun 2012, 03:56 PM
  2. PM Reply wont show
    By feronso in forum Feedback and Suggestions
    Replies: 4
    Last Post: 6th Jun 2012, 07:35 AM
  3. forum ranks wont show up
    By wtfcrane in forum vBulletin
    Replies: 1
    Last Post: 21st Mar 2012, 08:49 PM
  4. How to show my links DDL sites?
    By United in forum Forum and DDL Discussion
    Replies: 1
    Last Post: 1st Dec 2011, 02:39 AM
  5. Which DDL sites firefox plugins working?
    By kenshin in forum Forum and DDL Discussion
    Replies: 7
    Last Post: 31st Mar 2011, 07:46 PM

Tags for this Thread

BE SOCIAL