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)
| 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
| ||||||
| ||||||
|

