Closed Bug 4171 Opened 25 years ago Closed 25 years ago

horizontal group of images not appearing correctly

Categories

(Core :: Layout: Tables, defect, P3)

x86
Other
defect

Tracking

()

VERIFIED DUPLICATE of bug 3414

People

(Reporter: fornixon, Assigned: karnaze)

References

()

Details

the topbar isn't showing up right. the various slogan logos should be to the
right of the people, and the worldwide part is a little screwy too. 22 March M3.
Assignee: troy → karnaze
Component: Layout → HTMLTables
Chris, the problem seems to be table specific. Here's a reduced piece of HTML
that demonstrates the problem:

<html>
<head>
<base href="http://www.corel.com">
</head>
</body>
     <TABLE WIDTH="585" CELLSPACING="0" CELLPADDING="0" BORDER="0">
        <TR>
            <TD COLSPAN="3" WIDTH="585"><IMG
SRC="/graphics/home/nov30_98/1298_0995_gra_topdiv.gif" WIDTH=585 HEIGHT=2 ALT=""
border="0"></TD>
        </TR>
        <TR>
            <TD ROWSPAN="2" WIDTH="398"><IMG
SRC="/graphics/home/nov30_98/1298_0995_gra_topleft.gif" WIDTH=102 HEIGHT=73
ALT="Corel. Go Further." border="0"><IMG
SRC="/graphics/home/nov30_98/1298_0995_gra_topmiddle1.jpg" WIDTH=128 HEIGHT=73
ALT="" border="0"><IMG
SRC="/graphics/home/nov30_98/1298_0995_gra_topmiddle2.gif" WIDTH=168 HEIGHT=73
ALT="Corel Products. Performance. Value. Compatibility." border="0"></TD>
            <TD COLSPAN="2" WIDTH="187"><IMG
SRC="/graphics/home/nov30_98/1298_0995_gra_topright.gif" WIDTH=187 HEIGHT=41
ALT="Corel Worldwide" border="0"></TD>
        </TR>
        <TR VALIGN="TOP">
            <TD WIDTH="165" ALIGN="RIGHT"><IMG
SRC="/graphics/home/nov30_98/spacer.gif" WIDTH=10 HEIGHT=3 border="0" ALT=""
ALIGN=LEFT><FORM ACTION="/cgi-bin/redir.exe"><SELECT NAME="Target">
                <OPTION
VALUE="http://www.corel.com/international/argentina/tolocal.htm">Argentina
                </SELECT></TD>
                <TD WIDTH="22" ALIGN="RIGHT"><INPUT TYPE="image" border="0"
SRC="/graphics/home/nov30_98/1298_0995_gra_go.gif"></TD>
        </TR>
        <TR>
            <TD COLSPAN="3" WIDTH="585"><A HREF="mainnav.map"><IMG
SRC="/graphics/home/nov30_98/1298_0995_ns_topbar1.gif" WIDTH=585 HEIGHT=17
ALT="" border="0" USEMAP="#topbar1" ISMAP></A><BR><A HREF="2ndnav.map"><IMG
SRC="/graphics/home/nov30_98/1298_0995_ns_topbar2.gif" WIDTH=585 HEIGHT=26
ALT="" border="0" USEMAP="#topbar2" ISMAP></A></TD>
        </TR>
</TABLE></FORM>
</body>
</html>
Status: NEW → ASSIGNED
In Troy's test the 1st </body> should be <body>
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Uhh, this is a duplicate: same reporter, same URL, same descriptions, same bug.

*** This bug has been marked as a duplicate of 3414 ***
Status: RESOLVED → VERIFIED
Agreed, this bug has been marked as a duplicate of 3414
You need to log in before you can comment on or make changes to this bug.