Jump to content

[SOLVED] Auto split on PHP generated tables


peddel

Recommended Posts

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 !

Link to comment
Share on other sites

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 ...

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.