peddel Posted March 3, 2009 Share Posted March 3, 2009 Let me situate my problem : I am making a table trought PHP with MySQL data. I do this by using the echo - command and echo'ing some HTML basic code. Now when I run the script in Firefox my date - element is on 1 rule. When i run the script in IE my date - element is splitted on 2 rules. Example FF : 2009-02-02 IE : 2009- 02-02 How can i make it so that IE doesn't do this? Thx in advance ! Quote Link to comment Share on other sites More sharing options...
.josh Posted March 3, 2009 Share Posted March 3, 2009 You can start off by showing your code because we aren't psychic. Quote Link to comment Share on other sites More sharing options...
peddel Posted March 3, 2009 Author Share Posted March 3, 2009 You can start off by showing your code because we aren't psychic. Excuse me if i tought this would be enough to explain. Someone took the liberty to go over my code and found the problem. It has to do with my padding included in the width element of a table cell for IE But then again thx for your "constructive" answer ... Quote Link to comment Share on other sites More sharing options...
.josh Posted March 4, 2009 Share Posted March 4, 2009 Yes, that certain someone found the problem because they looked at your code. Had you posted your code here, someone probably could have helped you just the same. I'm sorry I couldn't give you a more constructive answer, but that's your fault for expecting an answer to why your code isn't working, without posting your code. That's like going up to a mechanic and asking what's wrong with your car, but you left your car at home. It's common sense. Quote Link to comment 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.