From Proteopedia
(Difference between revisions)
proteopedia linkproteopedia link
|
|
Line 71: |
Line 71: |
| |<applet load='1d66' size='300' frame='true' align='right' caption='C' /> | | |<applet load='1d66' size='300' frame='true' align='right' caption='C' /> |
| |} | | |} |
| + | |
| | | |
| ==Examples Using HTML Markup== | | ==Examples Using HTML Markup== |
Revision as of 22:06, 1 November 2009
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