[css-d] Problem with table in a div

2009-01-27 Thread Sarah Atkinson
I have a table in a div. it¹s a pretty simple table it¹s the same no cell spacing... Just plain reg tabular data. But it fills the whole width of the div. however since both the td and the div have 1 pix table borders, it appears to have a 2px border around the table. Any suggestions?

Re: [css-d] Problem with table in a div

2009-01-27 Thread Kevin Rodenhofer
Why not remove the border on the div? Sarah Atkinson wrote: I have a table in a div. it¹s a pretty simple table it¹s the same no cell spacing... Just plain reg tabular data. But it fills the whole width of the div. however since both the td and the div have 1 pix table borders, it appears to

Re: [css-d] Problem with table in a div

2009-01-27 Thread Els
Sarah Atkinson wrote: I have a table in a div. it¹s a pretty simple table it¹s the same no cell spacing... Just plain reg tabular data. But it fills the whole width of the div. however since both the td and the div have 1 pix table borders, it appears to have a 2px border around the table. Any

Re: [css-d] Problem with table in a div

2009-01-27 Thread Sarah Atkinson
I have a table in a div. it¹s a pretty simple table it¹s the same no cell spacing... Just plain reg tabular data. But it fills the whole width of the div. however since both the td and the div have 1 pix table borders, it appears to have a 2px border around the table. Any suggestions? On

Re: [css-d] Problem with table in a div

2009-01-27 Thread Els
Sarah Atkinson wrote: I have a table in a div. it¹s a pretty simple table it¹s the same no cell spacing... Just plain reg tabular data. But it fills the whole width of the div. however since both the td and the div have 1 pix table borders, it appears to have a 2px border around the table. Any

Re: [css-d] Problem with table in a div

2009-01-27 Thread Simon MacDonald
Does it need to fill the div - can you put a width: on the table eg 95% -S --Original Message- -From: css-d-boun...@lists.css-discuss.org [mailto:css-d- -boun...@lists.css-discuss.org] On Behalf Of Sarah Atkinson -Sent: 27 January 2009 18:15 -To: Untitled -Subject: [css-d] Problem

Re: [css-d] Problem with table in a div

2009-01-27 Thread Kevin Rodenhofer
Well, you'll have to eliminate the left border of the leading cells, and the right border of the last cells in each row. This should be fairly simple, if you have access to the code that generates the table. Sarah Atkinson wrote: There isn't a border on the table itself just the td tags