Possible Duplicate:
Using jQuery to center a DIV on the screen
I know it works with table, but nowdays there is no way to auto vertical align (in the center) text? I can't believe it...
My code :
HTML
<div class="content">
    This is my text
</div>
CSS
.content
{
    width:80px;
    height:150px;    
    background-color:#aeaeae;
}
 
     
     
     
    