Closed Bug 158837 Opened 23 years ago Closed 23 years ago

<center><h*> tag in a table

Categories

(Core :: Layout: Tables, defect)

x86
Windows XP
defect
Not set
minor

Tracking

()

RESOLVED DUPLICATE of bug 33784

People

(Reporter: mikevalstar, Assigned: karnaze)

Details

(Keywords: testcase, Whiteboard: verifyme)

when you surround an <h*> tag whit a canter tag, while inside a table it will add an empty space above the text not sure if this is a standard or not but i think its worth fixing here is an example : (notice the extra space in the title) <table class='inputtable' border='1' cellspacing='0' width='250' align='center' bordercolordark='#0066CC'> <form method='get' action='staff.php'> <input type='hidden' name='function' value='searchstaff'/> <input type='hidden' name='startval' value='0'/> <input type='hidden' name='show' value='25'/> <tr> <td class='titleField' colspan='2'> <center><h5 class='title'>Staff Search</h5></center> </td> </tr> <tr> <td class='inputfield' align='center' colspan='2'> Search: <input type='text' name='searchstr' size='25'/> </td> </tr> <tr> <td class='inputfield' colspan='2' align='center'> <input type='submit' value='Search'> </td> </tr> </form> </table>
*** This bug has been marked as a duplicate of 33784 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Keywords: testcase
Whiteboard: verifyme
You need to log in before you can comment on or make changes to this bug.