Closed
Bug 2651
Opened 26 years ago
Closed 26 years ago
http://www.warnerbros.com : two tables not centered correctly
Categories
(Core :: Layout, defect, P2)
Tracking
()
M6
People
(Reporter: christinehoff4, Assigned: buster)
References
()
Details
Using the 1/25 build on Win 95, Win 98, Win NT and Mac 8.5.
Open the URL. There are two tables that are not behaving properly. The first is
the ACMEcity advertisement (in yellow); the second is the table near the
bottom with 'ADVERTISEMENT: Click Here For Great Specials'.
Expected result: Tables should be centered on page.
Actual result: Tables are not centered.
sujay, can you try on Linux please. If happens on all. Not a [PP] bug. If it
does not happen on Linux, please mark with [PP]
It's because of the NOBR tag. Here's a small case that demonstrates the
problem.Remove the NOBR and it displays centered
<center>
<nobr>
<table border="2" width="300" cellpadding="2" cellspacing="0"><tr>
<td bgcolor="#FFFF00">
<a
href="/event.ng/Type=click&ProfileID=1749&RunID=5792&AdID=2499&GroupID=315&Famil
yID=345&TagValues=199.273.2191&Redirect=http:%2f%2fwww.acmecity.com"
target="_new"><img
src="http://ng3.ads.warnerbros.com/Archive/WBpromos/acmecity/acmeicon-35.gif"
border=0></a>
</tr></table>
</nobr>
</center>
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•