101php Posted November 18, 2009 Share Posted November 18, 2009 Hi all, I have a web site developed using php/mysql which displays ok with Internet Explorer. When someone has another browser, e.g. Firefox, the text on the home-page does not display as it should be (all joined together). (The Developer went back to college). I have access to the source files. Can someone please suggest how to fix this problem. TIA. Quote Link to comment https://forums.phpfreaks.com/topic/182025-how-to-make-site-good-for-firefox/ Share on other sites More sharing options...
mikesta707 Posted November 18, 2009 Share Posted November 18, 2009 This probably has more to do with CSS/HTML than PHP. have you validated your website? Without seeing any code, I can't offer much help though Quote Link to comment https://forums.phpfreaks.com/topic/182025-how-to-make-site-good-for-firefox/#findComment-960119 Share on other sites More sharing options...
PFMaBiSmAd Posted November 18, 2009 Share Posted November 18, 2009 The first step is to insure that the HTML markup and any CSS being used is valid - http://validator.w3.org/ http://jigsaw.w3.org/css-validator/ You would then need to locate the php/html/css that is responsible for the output in question and correct it so that it produces the same result in all browsers. Quote Link to comment https://forums.phpfreaks.com/topic/182025-how-to-make-site-good-for-firefox/#findComment-960123 Share on other sites More sharing options...
doddsey_65 Posted November 18, 2009 Share Posted November 18, 2009 there are alot of things tht can go wrong when just doing a site for IE and not thinking about others. for example if you hve a table with a border and dont define a border color IE ssumes its white, but firefox assumes its grey. I dont know about your problem though as ive never come accross it before. Can you post a link or some code? Quote Link to comment https://forums.phpfreaks.com/topic/182025-how-to-make-site-good-for-firefox/#findComment-960126 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.