Closed
Bug 158837
Opened 22 years ago
Closed 22 years ago
<center><h*> tag in a table
Categories
(Core :: Layout: Tables, defect)
Tracking
()
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>
Comment 1•22 years ago
|
||
*** This bug has been marked as a duplicate of 33784 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•