javascript thread: RE:How to make table vertical...
Try like this:
<center>
<table valign="middle" width="100" height="500">
<tr>
<td>Hello, World!</td>
</tr>
</table>
</center>
The attribute height will help you to align a table
like vertical.
Igor
--- "Gotur, Sreenath" <SGotur@f...> wrote:
> I need to align a table vertical and also it should
> be centered. Pl. let me
> know the detail...
>
|





