I have a CSS/Table problem, which you can see at www.waveformsoftware.com/sweet/index.htm
Here's the deal. I have a masthead/logo at the top of the page, and below it I have a table with text on the right and a Flash presentation on the left. The Flash presentation is on a beige background that I'm trying to get to be absolutely flush with the top, left, and bottom of the page.
The problem is that being in a table puts a thin white border all around the elements inside the table. I can make the cell that the Flash presentation is in have the beige background I need, but that doesn't get rid of the thin white border. Setting the background of the table itself to beige gets rid of the line, but it then puts the text in the right cell on the beige and I want it on white.
I know one solution would be make the text, the bottom bar, and the Flash presentation all their own absolutely positioned divs. But unless my understanding of div positioning is off, that wouldn't work for another page if the text was longer; I'd have to customize each page. I'm trying to avoid that.
Here's the deal. I have a masthead/logo at the top of the page, and below it I have a table with text on the right and a Flash presentation on the left. The Flash presentation is on a beige background that I'm trying to get to be absolutely flush with the top, left, and bottom of the page.
The problem is that being in a table puts a thin white border all around the elements inside the table. I can make the cell that the Flash presentation is in have the beige background I need, but that doesn't get rid of the thin white border. Setting the background of the table itself to beige gets rid of the line, but it then puts the text in the right cell on the beige and I want it on white.
I know one solution would be make the text, the bottom bar, and the Flash presentation all their own absolutely positioned divs. But unless my understanding of div positioning is off, that wouldn't work for another page if the text was longer; I'd have to customize each page. I'm trying to avoid that.













