I want to adjust some < td > cell attributes and this is the class I have come up with so far:
< style type="text/css">
< !--
.tcell {
width:100px;
height:100px;
}
-- >
< /style>
Which works when I use
< td class="tcell" >
But how for heaven's sakes do I adjust the cell (v-)alignment to center/middle? I've tried align, position and other ways, but it still won't recognize it.
