Hi, I am having problems with CSS displaying HTML tables incorrectly. Its annoying me so much I am almost ready to give CSS the boot. The problem is, I am using CSS for layout but need to display tabular data from a database. The HTML table incorrectly takes up the screen width (ie. at 1024x768 the table width is 1024 px, at 1280x1024 is is 1280px, etc), even though the DIV it is contained in has a left margin of 230 px, that is, it is 230 px from the left side of the screen.
So what I get is a table that scrolls off the right of the webpage, looking very untidy. I am sure there is a way around this... I just can't figure it out.
I am using IE6 and Mozilla (which works perfectly), but 100% of clients are using either IE5 or IE6. Any help please?
So what I get is a table that scrolls off the right of the webpage, looking very untidy. I am sure there is a way around this... I just can't figure it out.
I am using IE6 and Mozilla (which works perfectly), but 100% of clients are using either IE5 or IE6. Any help please?