Thread: CSS question
View Single Post
Old 02-16-2004, 09:49 PM  
X37375787
Guest
 
Posts: n/a
CSS question

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.
  Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote