Harlan Messinger <hmessinger.removethis@comcast.net> wrote in message news:<9640e0tg97bejjvoum3re6n5s5pel14e77@4ax.com>. ..[color=blue]
>
rithish@dacafe.com (Rithish) wrote:
>[color=green]
> >Hi folks.
> >
> >A premature and redundant question maybe... But I have a TABLE
> >problem.
> >
> >This is almost something like what I want to acheive.
> >
> > -----------------------------------------
> > | | | | |
> > | Col1 | Col2 | Col3 | Col4 |
> > | | | | |[/color]
> -----------------------------------------[color=green]
> > | | |
> > | | Colspan=3 |
> > | | |
> > -----------------------------------------
> >
> >And this is what I have been trying...
> >
> ><HTML>
> ><HEAD></HEAD>
> ><BODY>
> ><TABLE BORDER=1 ALIGN="CENTER" CELLSPACING="0" WIDTH="744px" STYLE="">
> >[/color]
> [first row:][color=green]
> ><TR>
> ><TD WIDTH="372px" ALIGN=CENTER VALIGN=MIDDLE STYLE=""> Description of
> >Goods</TD>[/color]
> ...
>
> [second row:][color=green]
> ><TR>
> ><TD HEIGHT="200px" COLSPAN=1 ALIGN=LEFT VALIGN=TOP
> >STYLE="word-wrap:normal;"> This is an html test to see why the widths
> >of the columns go haywire when large text is input... </TD>[/color]
> ...
>
> First: If in the first row you tell the browser that the table's first
> column is 372 pixels wide, and then in the second row you tell it that
> the first column is 200 pixels wide, what do you *expect* the poor
> browser to do?
>
> Second: The HTML "width" attribute is valid in HTML 4.01 transitional
> but not in strict. As with all layout characteristics, recommended
> practice is to use CSS rather than HTML attributes. The same goes for
> alignment, borders, and cell spacing.
>
> Third: The HTML "width" attribute is treated as a minimum width, not a
> maximum. If the content is too large for the stated width, the actual
> width will be larger than the stated width.[/color]
Thanks Harlan.. I am still a novice at this.. I had no inkling about
the min/max characteristics of the width attribute.
Regards,
Rithish.