User:Wayne Decatur/Sandbox Controlled Applet Layout
From Proteopedia
(Difference between revisions)
Line 2: | Line 2: | ||
WikiTable Markup | WikiTable Markup | ||
+ | The wiki markup code: | ||
+ | <pre><nowiki> | ||
+ | {| | ||
+ | | A | ||
+ | | B | ||
+ | |- | ||
+ | | C | ||
+ | | D | ||
+ | |} | ||
+ | </nowiki></pre> | ||
+ | |||
+ | How it looks: | ||
{| | {| | ||
| A | | A | ||
Line 12: | Line 24: | ||
HTML Tables | HTML Tables | ||
+ | The markup code: | ||
+ | <pre><nowiki> | ||
+ | {| | ||
<table width="200" border="1"> | <table width="200" border="1"> | ||
<tr> | <tr> | ||
Line 22: | Line 37: | ||
</tr> | </tr> | ||
</table> | </table> | ||
+ | </nowiki></pre> | ||
+ | |||
+ | How it looks: | ||
+ | <table width="200" border="1"> | ||
+ | <tr> | ||
+ | <td>A</td> | ||
+ | <td>B</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>C</td> | ||
+ | <td>D</td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | |||
+ | ==Examples== | ||
Three Jmol Applets - Two Side by Side - USING WikiTable Markup | Three Jmol Applets - Two Side by Side - USING WikiTable Markup | ||
{| | {| |
Revision as of 21:58, 1 November 2009
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
| ||||||
| ||||||
|