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)
m (→Examples Using WikiTable Markup) |
|||
| Line 55: | Line 55: | ||
{| | {| | ||
| <applet load='1d66' size='300' frame='true' align='right' caption='A' /> | | <applet load='1d66' size='300' frame='true' align='right' caption='A' /> | ||
| - | | <applet load='1d66' size='300' frame='true' align='right' caption='B' /> | + | | <applet load='1d66' size='300' frame='true' align='right' scene='Green_Fluorescent_Protein/1ema_gfp_default/2' caption='B' /> |
|- | |- | ||
| | | | ||
| Line 67: | Line 67: | ||
| <applet load='1d66' size='300' frame='true' align='right' caption='A' /> | | <applet load='1d66' size='300' frame='true' align='right' caption='A' /> | ||
|- | |- | ||
| - | | <applet load='1d66' size='300' frame='true' align='right' caption='B' /> | + | | <applet load='1d66' size='300' frame='true' align='right' scene='Green_Fluorescent_Protein/1ema_gfp_default/2' caption='B' /> |
|- | |- | ||
|<applet load='1d66' size='300' frame='true' align='right' caption='C' /> | |<applet load='1d66' size='300' frame='true' align='right' caption='C' /> | ||
|} | |} | ||
| - | |||
==Examples Using HTML Markup== | ==Examples Using HTML Markup== | ||
Revision as of 02:34, 21 November 2010
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 Using WikiTable Markup
Three Jmol Applets - Two Side by Side
|
| ||||||||||||
|
Three Jmol Applets - All vertical - USING WikiTable Markup
| ||||||
| ||||||
|
Examples Using HTML Markup
Three Jmol Applets - Two Side by Side
|
|
||||||||||||
|
Three Jmol Applets - All vertical - USING WikiTable Markup
| ||||||
|
|
||||||
|
||||||
|

