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

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -