View Single Post
Old 10-06-2003, 07:06 AM   #5 (permalink)
Admin
$_['Your_Mom'];
 
Admin's Avatar
 
Join Date: May 2002
Location: Santee
Posts: 627
Admin is on a distinguished road
also, you want your table centered?

you can use a table and then just center align it rather than using a bunch of <br>'s on the top...

PHP Code:
<table width='100%' height='100%'>
  <
tr>
    <
td align='center'
       
CONTENT HERE
    
</td>
  </
tr>
</
table
its non standard but it works
__________________


Urban Clothing
Admin is offline   Reply With Quote