Computer Science Canada

Limit table height.

Author:  Martin [ Fri Aug 27, 2004 2:02 pm ]
Post subject:  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.

Author:  wtd [ Fri Aug 27, 2004 3:04 pm ]
Post subject: 

Perhaps using CSS?

code:
height: <n>px;
overflow: auto;


: