User:Wayne Decatur/Sandbox Controlled Applet Layout

From Proteopedia

(Difference between revisions)
Jump to: navigation, search
m
Line 61: Line 61:
| <applet load='1d66' size='300' frame='true' align='right' caption='C' />
| <applet load='1d66' size='300' frame='true' align='right' caption='C' />
|}
|}
 +
 +
Three Jmol Applets - All vertical - USING WikiTable Markup
Three Jmol Applets - All vertical - USING WikiTable Markup

Revision as of 21:59, 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

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

Proteopedia Page Contributors and Editors (what is this?)

Wayne Decatur

Personal tools