Closed
Bug 1585
Opened 26 years ago
Closed 26 years ago
Images and links not centered properly within table
Categories
(Core :: Layout, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: christinehoff4, Assigned: rickg)
References
()
Details
1. Build: 11/23a- using release build, Viewer.exe
2. Platform: Win 95
3. Steps to reproduce: Open above URL in Viewer.
4. Expected results: 'Cool NASA Websites' images and 'Other Cool NASA Websites'
links should be centered within the main table.
5. Actual results: 'Cool NASA Websites' images and 'Other Cool NASA Websites'
links are not centered within the main table.
Reporter | ||
Comment 1•26 years ago
|
||
Tested on Win NT build 11/23a - same bug.
Navigator, it turns out, doesn't allow nested NOBR's. The following snippet of
HTML triggers the layout bug. My suggestion: when we see another open NOBR,
close out the previous one just like P tags.
--CUT HERE--
<CENTER><NOBR>
<font face="Helvetica, Arial" size="2">
<NOBR>[<A HREF="/qanda/index.html">Frequently Asked Questions</A>]</NOBR>
<NOBR>[<A HREF="/hotopics/index.html">Hot Topics</A>]</NOBR>
<NOBR>[<A HREF="/gallery/index.html">Multimedia Gallery</A>]</NOBR>
<NOBR>[<A HREF="/ntv/">NASA Television</A>]</NOBR>
<NOBR>[<A HREF="/private.html">NASA Privacy Statement</A>]</NOBR>
<NOBR>[<A HREF="/siteindex.html">Site Map</A>]</NOBR>
<NOBR>[<A HREF="/textonly.html">Text Only Version</A>]</NOBR>
</font><BR></CENTER>
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 5•26 years ago
|
||
Using 1/21 build, verified bug as fixed.
You need to log in
before you can comment on or make changes to this bug.
Description
•