
-----------------------------------
Martin
Fri Aug 27, 2004 2:02 pm

Limit table height.
-----------------------------------
I'm using dreamweaver to design, and I was wondering if there was a way to limit the height of a table cell.

The height attribute isn't supported by anything it says.

-----------------------------------
wtd
Fri Aug 27, 2004 3:04 pm


-----------------------------------
Perhaps using CSS?

height: px;
overflow: auto;
