Closed
Bug 6721
Opened 26 years ago
Closed 26 years ago
[4.xP] Contents of <td> not alligned as per align tag
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
M8
People
(Reporter: martinq, Assigned: karnaze)
Details
Overview Description:
When nesting a <table> inside another table cell <td align=right>, the
resulting <table> always aligns to the left. If I do not use a nested <table>
and instead use a nested <span> instead the behaviour is correct.
Steps to Reproduce:
Enter the following--
<table width=100%>
<tr>
<td align=right>
<table><tr><td>This should be right aligned</td></tr></table>
</td>
</tr>
</table>
Actual Results:
The nested table is left aligned
Expected Results:
The nested table should be right aligned
Build Date & Platform
05/19/99 WinNT 4, Service Pack 3 (Checked Viewer & Apprunner)
Additional Builds and Platforms:
- Occurs On
Viewer (5/5/99 build on Win32)
Apprunner (5/5/99 build on Win32)
- Does not occur on
Netscape 4.5 (on NT4 SP3)
Explorer 4 (on NT4 SP3)
Explorer 5 (on NT4 SP3)
Regards
MartinQ
PS. Pretty good so far, keep up the good work. Real strange submitting bugs
instead of working on them ;-)
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M8
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 2•26 years ago
|
||
Verified Dup
You need to log in
before you can comment on or make changes to this bug.
Description
•