Closed
Bug 4612
Opened 26 years ago
Closed 26 years ago
Table not centered on page at http://www.netsurf.de
Categories
(Core :: Layout: Tables, defect, P3)
Core
Layout: Tables
Tracking
()
M9
People
(Reporter: paulmac, Assigned: karnaze)
References
()
Details
The center frame (www.netsurf.de/main.html) is not centered, though it looks
like it should be from looking at IE5.0 and Nav4.51.
A large snippet is below.
<HTML>
<BODY>
<TABLE WIDTH="100%" HEIGHT="100%">
<TR>
<TD ALIGN=CENTER VALIGN=MIDDLE WIDTH="100%" HEIGHT="100%">
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="10" WIDTH="700">
<TR>
<TD ALIGN=RIGHT WIDTH="400"><IMG SRC="/graphics/gif/titel.gif" ALT="Ungebremst
ins Internet mit jeder Menge Extras!" WIDTH="363" HEIGHT="225" BORDER="0" ISMAP
USEMAP="#map"></TD>
<TD ALIGN=RIGHT WIDTH="300">
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="250">
<TR>
<TD ALIGN=LEFT WIDTH="50"> </TD>
<TD ALIGN=LEFT WIDTH="200"><!--<A HREF="/service/" TARGET="_top"><IMG
SRC="/graphics/gif/h_serv.gif" ALT="Service" WIDTH="192" HEIGHT="14" BORDER="0"
HSPACE="0" VSPACE="2"></A>--><BR><A HREF="/neuigkeiten/" TARGET="_top"><IMG
SRC="/graphics/gif/h_neu.gif" ALT="Neuigkeiten" WIDTH="192" HEIGHT="14"
BORDER="0" HSPACE="0" VSPACE="2"></A><BR><A HREF="koop.html" TARGET="_self"><IMG
SRC="/graphics/gif/h_koop.gif" ALT="Kooperationspartner" WIDTH="192" HEIGHT="14"
BORDER="0" HSPACE="0" VSPACE="2"></A><BR><A HREF="/lycos/index.html"
TARGET="main"><IMG SRC="/graphics/gif/h_guide.gif" ALT="Web-Guide" WIDTH="192"
HEIGHT="14" BORDER="0" HSPACE="0" VSPACE="2"></A><BR><A
HREF="http://tucows.netsurf.de" TARGET="_new"><IMG
SRC="/graphics/gif/h_software.gif" ALT="Software-Archiv" WIDTH="192" HEIGHT="14"
BORDER="0" VSPACE="2"></A><BR>
<BR><BR></TD>
</TR>
<TR>
<TD ALIGN=RIGHT WIDTH="50"><A HREF="/anmeldung/" TARGET="_top"><IMG
SRC="/graphics/gif/3eck.gif" WIDTH="41" HEIGHT="38" BORDER="0"></A></TD>
<TD ALIGN=LEFT WIDTH="200"><A HREF="/anmeldung/" TARGET="_top"><IMG
SRC="/graphics/gif/anmeld.gif" ALT="ANMELDUNG" WIDTH="157" HEIGHT="38"
BORDER="0"></A></TD>
</TR>
<TR>
<TD ALIGN=LEFT WIDTH="50"> </TD>
<TD ALIGN=LEFT WIDTH="200"><FONT SIZE="2" COLOR="#003366"
FACE="Arial,Helvetica"><B>
<A HREF="cebit.html">Die Gewinner des CeBIT-Gewinnspiels</A><BR>
</B></FONT></TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•26 years ago
|
Target Milestone: M7
Assignee | ||
Comment 1•26 years ago
|
||
Moving to M7.
Assignee | ||
Comment 2•26 years ago
|
||
Moving to M9.
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Comment 3•26 years ago
|
||
table inside <td align>
*** This bug has been marked as a duplicate of 6150 ***
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 4•26 years ago
|
||
Verified duplicate of #6150 regarding 'align=center' issue
You need to log in
before you can comment on or make changes to this bug.
Description
•