Closed Bug 235597 Opened 21 years ago Closed 21 years ago

Pages display error

Categories

(SeaMonkey :: General, defect)

x86
Windows 98
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 58917

People

(Reporter: admin, Unassigned)

References

()

Details

User-Agent:       
Build Identifier: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.6) Gecko/20040113

In the page http://arthur.kingsu.ca/library/journals/alphalist2.php?letter=M ,
the text for the footer should be in a table in two rowsand centered.  The load
time is also very slow compared to IE 5.5 SP 2 which displays the page correctly.

This is a snippet from the source coade from Mozzila

&nbsp;&nbsp;Fulltext<br><table width="750" cellspacing="0" cellpadding="0"
bordercolor="#ffffff" bgcolor="#ffffff" align="left" border="0">

</table> 
 	
	<font size="1" face="Arial, Helvetica, sans-serif">
	</font><a href="databases.php">DATABASES</a>&nbsp;&nbsp;|&nbsp;&nbsp;
	<a href="alphalist">A

Here is the same snippet from IE.
&nbsp;&nbsp;Fulltext<br><table width="750" cellspacing="0" cellpadding="0"
bordercolor="#FFFFFF" bgcolor="#FFFFFF" align="left" border="0">
<tr> 
 	<tr valign="center" align="center">
	<td width="750"><font size="1" face="Arial, Helvetica, sans-serif">
	<a href="databases.php">DATABASES</a>&nbsp;&nbsp;|&nbsp;&nbsp;
	<a href="alphalist">A
  
Thanks

Reproducible: Always
Steps to Reproduce:
1.load the page
2.http://arthur.kingsu.ca/library/journals/alphalist2.php?letter=M
3.

Actual Results:  
Mozilla adds a </table> where it is not supposed to.  Load time is significantly
slower than IE

Expected Results:  
To have the links of the footer display in two centered rows.
As it does in IE. And load the page faster.
I count 252 <font>'s  on that page but not a single </font>

*** This bug has been marked as a duplicate of 58917 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.