Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: RE:How to make table vertical...


Message #1 by "Gotur, Sreenath" <SGotur@f...> on Wed, 24 Jan 2001 09:39:39 -0800
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...
> 


  Return to Index