Re: Table workaround


Subject: Re: Table workaround
From: Dom Lachowicz (cinamod@hotmail.com)
Date: Wed Dec 20 2000 - 02:19:43 CST


> > We have to handle the cases of cells spanning multiple rows and multiple
> > columns
>
>??? One cell spanning "multiple columns"? Please define "column". A table
>in
>my interpretation starts out like (let's take a 3x3 table as an example):

I think that Martin is referring to something like the following HTML code:
<tr><td colspan="2"><img src="foo.png"></td><td>This is "Foo"</td></tr>
<tr><td>Hi</td><td>Yo</td><td>Guten Tag</td></tr>

So the picture would be more like:

+++++++++++++++++++++++++++++++++++
+ IMAGE + This is "Foo" +
+ Hi + Yo + Guten Tag +
+++++++++++++++++++++++++++++++++++

Dom
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com



This archive was generated by hypermail 2b25 : Wed Dec 20 2000 - 02:19:45 CST