User:Wayne Decatur/Sandbox Controlled Applet Layout
From Proteopedia
Introduction
WikiTable Markup
The wiki markup code:
{|
| A
| B
|-
| C
| D
|}
How it looks:
| A | B |
| C | D |
HTML Tables
The markup code:
{|
<table width="200" border="1">
<tr>
<td>A</td>
<td>B</td>
</tr>
<tr>
<td>C</td>
<td>D</td>
</tr>
</table>
How it looks:
| A | B |
| C | D |
Examples
Three Jmol Applets - Two Side by Side - USING WikiTable Markup
|
| ||||||||||||
|
Three Jmol Applets - All vertical - USING WikiTable Markup
| ||||||
| ||||||
|

