The title pretty much says it all. I am having problems with text from a database not wrapping to the defined table cell in Firefox. I have tried various scripts to break the string every so many characters etc, but none of these work well, and often break the links as well. How is this done ? I know it is possible as the posts in this forum are stored in a database and they wrap fine in Firefox.. Any help will be greatly appreciated...
An example of the result can be found on... http://www.citiesamerica.com/US/CA/San Diego View it in IE and its fine ... ... Well you'll see. View it in FF... Well you'll see. the code that produces it is a simple.. echo " $content ";
I see the problem (in FF 2.0.0.4 if it matters), and using Firebug, it seems the problem is the table cell is not being set to the correct width, instead it is extending far beyond the width of the table it is a cell of. However the invalid and code and tables inside the "legend" of a "fieldset" and the fact that the suspect cell is in a hierarchy about 20 levels deep makes it hard to find the problem. Have you considered rewriting that section? It seems a lot of the code is unnecessary and will just cause more problems. (Valid code is hard enough to make cross browser compatible!)