User:Wayne Decatur/Sandbox Controlled Applet Layout: Difference between revisions

From Proteopedia
Jump to navigationJump to search
Wayne Decatur (talk | contribs)
No edit summary
Wayne Decatur (talk | contribs)
No edit summary
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
{|
{|