Closed Bug 204937 Opened 21 years ago Closed 21 years ago

table within a form won't align to center

Categories

(Core :: Layout, defect)

x86
Windows 2000
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 195732

People

(Reporter: jiang_wq, Unassigned)

Details

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4b) Gecko/20030508
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4b) Gecko/20030508

the table below aligns vertically to center in IE and NetScape 7.02, but
not in the latest Mozilla browser.

<html><head><title>title</title></head>

<body>

<form name="form1" method="POST" action="action1">

<table width="100%" height="100%" align="center">
   <tr>
      <td>your name</td>
   </tr>
   <tr> 
      <td> 
         <input type="text" name="username" value="" id="name">  
      </td>
   </tr>
   <tr> 
      <td> 
         <input type="submit" name="submit" value="OK">
      </td>
   </tr>
</table>
   
</form>
</body>
</html>


Reproducible: Always

Steps to Reproduce:
1.open the simple html file in the 'detail' box above
2.the table/form is at top
3.compare with the result of IE or NS 7.02, which show them in middle

*** This bug has been marked as a duplicate of 195732 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.