Changes between Version 1 and Version 2 of SandBox


Ignore:
Timestamp:
01/12/11 11:39:21 (14 years ago)
Author:
mafoipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SandBox

    v1 v2  
    44 
    55Go ahead, edit it freely. 
     6 
     7 
     8 
     9{{{ 
     10#!html 
     11<h1 style="text-align: right; color: blue">HTML Test</h1> 
     12}}} 
     13 
     14 
     15{{{ 
     16#!html 
     17 <p style="color: blue">blue</p> 
     18 <p style="color: blue">red</p> 
     19<p style="color: green">green</p> 
     20<p style="color: black">black</p> 
     21<p style="color: green">green</p> 
     22 
     23tata 
     24<br> 
     25 
     26<table border="1"> 
     27          <tr> 
     28                <td style="color: blue">Cellule 1</td> 
     29                <td style="color: red">Cellule 2</td> 
     30          </tr> 
     31          <tr> 
     32                <td tyle="color: green">Cellule 3</td> 
     33                <td>Cellule 4</td> 
     34          </tr> 
     35        </table> 
     36 
     37}}}