Difference between revisions of "Sandbox"

From Creolista!
Jump to: navigation, search
Line 1: Line 1:
 
=two modes:  page / edit=
 
=two modes:  page / edit=
 
In page mode, you see what a visitor sees.  In edit mode you see the page with formatting codes.
 
In page mode, you see what a visitor sees.  In edit mode you see the page with formatting codes.
* Please enter edit mode by changing tabs from "page" to "edit" above (next to the picture, at the top).
+
* Please enter edit mode by changing tabs from "page" to "edit" above (next to the picture, at the top).  Feel free to look at history too.
  
  

Revision as of 16:40, 30 March 2015

two modes: page / edit

In page mode, you see what a visitor sees. In edit mode you see the page with formatting codes.

  • Please enter edit mode by changing tabs from "page" to "edit" above (next to the picture, at the top). Feel free to look at history too.


using HTML

  • <p> = opening tag for a paragraph
  • </p> = closing tag for a paragraph
  • <br /> = opening and closing tag for a line break.

Example: this is a very short paragraph.



Example: this is a very short paragraph

with two line breaks

using wiki syntax

  1. To make a numbered list...
  2. Use # at the beginning of the line.
    1. To add a layer, use two!
    2. You can even do it twice.
      1. or even three times
  3. That's how you make a numbered list.


  • To make a "bullet" list..
  • Use an asterisk (*) at the beginning of the line.
    • To add a layer, use two!
      • or three.
  • Pretty simple, huh?