Jump to content

Recommended Posts

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.

Link to comment
https://forums.phpfreaks.com/topic/182025-how-to-make-site-good-for-firefox/
Share on other sites

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.

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?

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.