Closed
Bug 8103
Opened 26 years ago
Closed 26 years ago
Text in cell vertically displaced
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
People
(Reporter: Crysgem, Assigned: karnaze)
References
()
Details
Apprunner Build ID: 1999061308
The text within the right cell of this table is vertically offset (some lines
down) from it's left-cell counterpart lines.
Minimized script:
<HTML>
<Head>
<Title>SLRN for Windows</Title>
</Head>
<Body>
<p>This is the version for offline reading (to read news downloaded by
slrnpull):
<table><tr>
<td valign=top>
set HOME=c:\progra~1\slrn<br>
set TMP=c:\windows\temp<br>
set SLRNPULL_ROOT=c:\progra~1\slrn\slrnpull<br>
slrn.exe --spool
</td>
<td valign=top>
<TT><P>1. The directory where you installed slrn<br>
2. Temporary directory for slrn to work with<br>
3. The directory where you installed slrnpull<br>
4. Read from the slrnpull spool
</TT></td>
</tr></table></center>
</Body>
</HTML>
Comment 1•26 years ago
|
||
I added a style="border:5 solid" attribute to <TT> and discovered
that <TT> is closed by <P>.
So it looks like yet another residual style bug.
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Comment 2•26 years ago
|
||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 3•26 years ago
|
||
Verified Dup
You need to log in
before you can comment on or make changes to this bug.
Description
•