User:Wayne Decatur/Sandbox Controlled Applet Layout

Revision as of 05:35, 21 November 2010 by Wayne Decatur (talk | contribs) (→‎Examples Using HTML Markup)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

IntroductionIntroduction

WikiTable Markup

The wiki markup code:

{| 
| A
| B
|-
| C
| D
|}

How it looks:

A B
C D


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:

A B
C D


Examples Using WikiTable MarkupExamples Using WikiTable Markup

Three Jmol Applets - Two Side by Side

A

Drag the structure with the mouse to rotate

B

Drag the structure with the mouse to rotate

C

Drag the structure with the mouse to rotate


Three Jmol Applets - All vertical - USING WikiTable Markup

A

Drag the structure with the mouse to rotate

B

Drag the structure with the mouse to rotate

C

Drag the structure with the mouse to rotate

Examples Using HTML MarkupExamples Using HTML Markup

Three Jmol Applets - Two Side by Side

A

Drag the structure with the mouse to rotate

B

Drag the structure with the mouse to rotate

C

Drag the structure with the mouse to rotate


Three Jmol Applets - All vertical - USING WikiTable Markup

B

Drag the structure with the mouse to rotate

C

Drag the structure with the mouse to rotate

A

Drag the structure with the mouse to rotate

B

Drag the structure with the mouse to rotate

C

Drag the structure with the mouse to rotate