Browser viewing problem

Discussion in 'Programming' started by scriptsy26, Mar 3, 2011.

  1. #1
    Hello,

    Got my site online yesterday but it seems to be not working good in google chrome
    only tekst appears and no function are doing it.
    At work i use internet exploder and there everything looks good.

    Is there a code i can use or insert that can help me with this.

    I use a transitional doc type and all is written in php and html/css

    Please help me

    Thank you
    greetings
     
    scriptsy26, Mar 3, 2011 IP
  2. IAreOwn

    IAreOwn Active Member

    Messages:
    46
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    95
    #2
    a link to your site would help, that way people here will have an idea on what sort on incompatibility issues your dealing with... and by the way.. I suggest you stay away from IE when coding HTML
     
    IAreOwn, Mar 3, 2011 IP
  3. scriptsy26

    scriptsy26 Active Member

    Messages:
    274
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    83
    #3
    Yes well the site is www.advertbuddy.com
    and i just looked it up in firefox and the frontpage looks good, but the admin panel does not, can not adjust settings in it.
    I think there was made a coding mistake when it went from psd to HMTL/php

    So can you help me figure this out.
    thanks
     
    scriptsy26, Mar 3, 2011 IP
  4. scriptsy26

    scriptsy26 Active Member

    Messages:
    274
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    83
    #4
    problem has been solved.
    I've fixed the issue for you; it was caused by the $websiteUrl in models/settings.php missing the "http://" portion of the URL, which made some browsers use the incorrect request when downloading various files. For instance, Chrome and Opera would try to download this file:

    http://www.advertbuddy.com/www.advertbuddy.com/images/signupbtn.png

    instead of

    http://www.advertbuddy.com/images/signupbtn.png

    It's an odd quirk to be sure, but one easily solved.
    Thank you for viewing and responds
     
    scriptsy26, Mar 3, 2011 IP