First time at Proteopedia? Click on the green links: they change the 3D image. Click and drag the molecules. Proteopedia is a 3D, interactive encyclopedia of proteins, RNA, DNA and other molecules. With a free user account, you can edit pages in Proteopedia. Visit the Main Page to learn more.
From Proteopedia
Introduction
WikiTable Markup
The wiki markup code:
{|
| A
| B
|-
| C
| D
|}
How it looks:
HTML Tables
The markup code:
<table>
<tr>
<td>A</td>
<td>B</td>
</tr>
<tr>
<td>C</td>
<td>D</td>
</tr>
</table>
How it looks:
Examples Using WikiTable Markup
Three Jmol Applets - Two Side by Side
Three Jmol Applets - All vertical - USING WikiTable Markup
Examples Using HTML Markup
Three Jmol Applets - Two Side by Side
Three Jmol Applets - All vertical - USING WikiTable Markup