Difference between revisions for Playground / Table Markup Guide
| Version1 | Version2 | ||
|---|---|---|---|
| 331 | 331 | ||
| 332 | ===Adding a touch of style=== | 332 | ===Adding a touch of style=== |
| 333 | The table markup introduces a new [[TableMarkupReference style selector]]. CSS style options can be added to any element by enclosing them within **single braces**, right before the element content, e.g.: | 333 | The table markup introduces a new [[TableMarkupReference style selector]]. CSS style options can be added to any element by enclosing them within **single braces**, right before the element content, e.g.: |
| 334 |
##""||""{''style options''} |
334 | ##""||""{''style options''} Element content ""||""## |
| 335 | 335 | ||
| 336 | For example, to render a cell with **red background** and **white text color**, you can do the following: | 336 | For example, to render a cell with **red background** and **white text color**, you can do the following: |
| 337 | 337 | ||