User:Wayne Decatur/Sandbox Controlled Applet Layout

From Proteopedia

(Difference between revisions)
Jump to: navigation, search
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

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