Closed Bug 3414 Opened 26 years ago Closed 25 years ago

horizontal group of images not appearing

Categories

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

x86
Other
defect

Tracking

()

VERIFIED DUPLICATE of bug 4427

People

(Reporter: fornixon, Assigned: karnaze)

References

()

Details

(Whiteboard: [MAKINGTEST] 3jrgm: actually, this is one in a series of 'image wrapping in table cells')

This site has one top, full-width table, then another below it with 3 cells,
horizontally. However the top table is not displayed at all, and the content of
the table below are just displayed straight down instead of across
Assignee: karnaze → rickg
Rick, it looks like the content model is either not right or "dump content" is
not indenting as it should. Here are a few lines of "dump content". The comment
should be short and not include the table stuff.

  body bgcolor=#ffffff link=#666666 vlink=#000066 refcount=3<
    Text refcount=3<\n\n>
    Comment refcount=2<<!-- ----Top row: logo, navigation bar, Corel Worldwide -
----->\r\n\r\n<TABLE WIDTH="585" CELLSPACING="0" CELLPADDING="0" BORDER="0">\r\n
\t<TR>\r\n\t    <TD COLSPAN="3" WIDTH="585"><IMG SRC="/graphics/home/nov30_98/12
98_0995_gra_topdiv.gif" WIDTH=585 HEIGHT=2 ALT="" border="0"></TD>\r\n\t</TR>\r\
n\t<TR>\r\n\t    <TD ROWSPAN="2" WIDTH="398"><IMG SRC="/graphics/home/nov30_98/1
298_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 HEIG
HT=73 ALT="" border="0"><IMG SRC="/graphics/home/nov30_98/1298_0995_gra_topmiddl
e2.gif" WIDTH=168 HEIGHT=73 ALT="Corel Products. Performance. Value. Compatibili
ty." border="0"></TD>\r\n\t    <TD COLSPAN="2" WIDTH="187"><IMG SRC="/graphics/h
ome/nov30_98/1298_0995_gra_topright.gif" WIDTH=187 HEIGHT=41 ALT="Corel Worldwid
e" border="0"></TD>\r\n\t</TR>\r\n\t<TR VALIGN="TOP">\r\n\t    <TD WIDTH="165" A
Assignee: rickg → karnaze
The comment bug is fixed. Now the problem is that the table isn't laying out
right. In particular, the 2nd image fall on the next line, when it should stay
on the line next to the first image. I've included a reduced case for your use.
(The comment bug will get checked in tonight).

Here's the reduced sample:

<BASE HREF="http://www.corel.com/">
<HTML>
  <BODY BGCOLOR="#FFFFFF" link="#666666" vlink="#000066">
    <TABLE WIDTH="585" CELLSPACING="0" CELLPADDING="0" BORDER="1">
      <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>
      </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
              <OPTION
VALUE="http://www.corel.com/international/australia/tolocal.htm">Australia
            </SELECT>
          </FORM>
        </TD>
      </TR>
      <TR>
        <TD COLSPAN="3" WIDTH="585">
          <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>
        </TD>
      </TR>
    </TABLE>
  </BODY>
</HTML>
Status: NEW → ASSIGNED
*** Bug 4171 has been marked as a duplicate of this bug. ***
Summary: Seems to ignore table tag → horizontal group of images not appearing
Target Milestone: M6
Moving to M6.
Moving to M8.
Whiteboard: [MAKINGTEST] 3jrgm: actually, this is one in a series of 'image wrapping in table cells'
Moving to M9.
*** Bug 5216 has been marked as a duplicate of this bug. ***
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
The remaining problem that is still relevant with this bug is a dup of 4427
(yes, 4427 was actually reported later, but describes the problem more clearly).

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