User:Roger/Nested table
From Wikigogy
[edit] Table with 2 rows and a NESTED table
Here's complexity you don't want. But I needed to learn this in order to present these table examples within this help page's own table format.
Nested tables must start on a new line
| What it looks like | What you type | ||||||||
|---|---|---|---|---|---|---|---|---|---|
|
{| width="70%" border="1" cellpadding="10" cellspacing="0"
| A
| Table
|-
|with 2 rows
|ta da..
{| border="1" cellspacing="0" style="background-color:#ccffcc;"
| NESTED
| TABLE
|-
|with 2 rows
|ta da..
|}
|}
|

