This old version of Proteopedia is provided for student assignments while the new version is undergoing repairs. Content and edits done in this old version of Proteopedia after March 1, 2026 will eventually be lost when it is retired in about June of 2026.


Apply for new accounts at the new Proteopedia. Your logins will work in both the old and new versions.


User:Wayne Decatur/Sandbox Controlled Applet Layout

From Proteopedia

(Difference between revisions)
Jump to: navigation, search
m
m
Line 26: Line 26:
The markup code:
The markup code:
<pre><nowiki>
<pre><nowiki>
-
{|
+
<table>
-
<table width="200" border="1">
+
<tr>
<tr>
<td>A</td>
<td>A</td>
Line 40: Line 39:
How it looks:
How it looks:
-
<table width="200" border="1">
+
<table>
<tr>
<tr>
<td>A</td>
<td>A</td>

Revision as of 22:01, 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>
  <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