PDA

View Full Version : Setting the cell size in a table


Nasith
08-06-2002, 09:05 PM
I know you an set the width of a cell with WIDTH=

but can you specify the height with HEIGHT=

nothing seems to happen when I do this.

beetle
08-06-2002, 09:13 PM
HEIGHT is a valid attribute for table cells, but is usually overidden by some other layout property, and every TD in that row needs the same HEIGHT value *I think*

Why do you need to add height the the cell? Oftentimes there is a better way to circumvent the need for that....

Nasith
08-06-2002, 09:38 PM
The cell size was a minor part of a lager problem. I think I may have found another way to do what I need though.

I guess we'll find out soon enough. :)

Thanks for the info.

Kang He
08-07-2002, 11:59 AM
The height attribute is deprecated, use styles instead.