I have a website with a fixed width table in it. The table displays various information that it pulls out of a MySQL database including URLs. I need the column width to stay constant or the formatting for the site will be messed up.
This is causing problems when the URLs get long (for example:
http://today.reuters.com/news/newsAr...ONY-PDA-DC.XML). In Safari and IE the URL is wrapped to fit into the pre-defined width, but in Firefox the column width is increased to fit the URL causing the page to look horrible.
Is there some way to force Firefox to follow the same behavior as Safari and IE for this?