I'd agree the nested way is better for most users that don't understand
table structure, and start to drag or insert cells, etc
- but I have not seen a level 4+ browser fail to recognize the row/column
spans If they are correct
- I have seen it fail when they don't add up correctly
| Tables like that are usually big trouble when you start loading in
content.
| The colspans wire all those cells together in ways that can produce
puzzling
| and undesirable results. This is particularly true when you throw in a
| rowspan or two. In addition, even a simple looking table like that can
| befuddle a browser - heavy use of 'spans' will bring your rendering of
such
| tables to a crawl as the browser tries to figure out which cell goes
where.
|
| That's why I recommended the three stacked tables. There is no
surprising
| cell interaction, and there is no rendering delay.
|
| --
| Murray
|
| | > Use this
| >
| > <table border="0" cellpadding="0" cellspacing="0" width="100%">
| > <tr>
| > <td colspan="4"> </td>
| > </tr><tr>
| > <td colspan="2"> </td>
| > <td colspan="2"> </td>
| > </tr><tr>
| > <td> </td>
| > <td colspan="2"> </td>
| > <td> </td>
| > </tr>
| > </table>
| >
| >
| > --
| >
| > _____________________________________________
| > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > "Warning - Using the F1 Key will not break anything!" (-;
| > To find the best Newsgroup for FrontPage support see:
| >
http://www.net-sites.com/sitebuilder/newsgroups.asp
| > _____________________________________________
| >
| >
| > | > | Hello,
| > | Is there anyway I can make a table like the one below.
Where
| > | there would be one brake in the first line and two in the
cond. -
| > | Frontpage 2002
| > | Thanks,
| > | ______________
| > | |____________ |
| > | |______|______|
| > | |___|____|____|
| > | --
| > | Louis Johnson MFB
| > | Microsoft Frontpage Begginner
| > | Bahamalouie.com
| >
| >
|
|