|
Posted by Rincewind on September 19, 2005, 11:04 pm
Please log in for more thread options
On Mon, 19 Sep 2005 17:21:45 -0400, Daniel Kaplan wrote:
> Hi All,
>
> Am trying to vertically center a table, and failing miserably at it.
>
> Have tried everything with this:
>
> <table border=1 width=100% valign=MIDDLE>
>
> taking out width, etc. I just can't get the table to be centered.
>
> Can anyone give me a clue?
>
> Thanks ahead, as always.
>
> Daniel
<table border="1px" width="100%" valign="center">
|