Re: [css-d] Positioning within a table cell?

2008-01-31 Thread Jeff Piazza
On Jan 27, 2008, at 1:47 PM, [EMAIL PROTECTED] wrote: Quoting Jeff Piazza [EMAIL PROTECTED]: I'm having a problem trying to position a paragraph at the bottom right of a table cell. The only way I can think to accomplish this is to declare the table cell position: relative;, and then use

Re: [css-d] Positioning within a table cell?

2008-01-31 Thread Jeff Piazza
to put a div inside each table cell... I am sure there is a way of positioning the paragraph on the bottom of the table cell? Surely better spending your time making that work? Good luck, Mark On 31/01/2008, Jeff Piazza [EMAIL PROTECTED] wrote: On Jan 27, 2008, at 1:47 PM, [EMAIL

[css-d] Positioning within a table cell?

2008-01-26 Thread Jeff Piazza
Hello, I'm a bit new to CSS, but I have been reading. I'm having a problem trying to position a paragraph at the bottom right of a table cell. The only way I can think to accomplish this is to declare the table cell position: relative;, and then use absolute positioning for the paragraph