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
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
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
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