SBee
09-11-2006, 06:33 PM
HI-
I was wondering is there a css equivalent for aligning an object vertically. The same way you used to with this kind of table structure:
<table cellpadding="0" cellspacing="0" width="100%" height="100%">
<tr>
<td align='center" valign="middle">
object
</td>
</tr>
</table>
<div align="center"> works but that is about it...
Thanks!
SBee
I was wondering is there a css equivalent for aligning an object vertically. The same way you used to with this kind of table structure:
<table cellpadding="0" cellspacing="0" width="100%" height="100%">
<tr>
<td align='center" valign="middle">
object
</td>
</tr>
</table>
<div align="center"> works but that is about it...
Thanks!
SBee