html - Resize TD in a table -
i re-building table display page, wanted know if it's possible resize td without inline styles, add class width , height?
example:
<td class="td_class">blah</td> .td_class { height:30px; width:80px; }
probably can, wanted make sure when make table.
yes, can. wouldn't call resizing however. setting width , height of table cell. resizing synonymous manipulating dom javascript.
Comments
Post a Comment