Difference between revisions of "Test Page"
From RockyWiki
Line 1: | Line 1: | ||
− | + | This is a page where you can see samples of "How To". Just click the Edit tab above between Read and View History. It will show you the code that was used on this page. You can take that and copy it and paste it into a new document. | |
− | + | [[File:ShawnHall-Eddie.jpg|330px|thumb|right|Sample Photo on the Right Hand side.]] | |
− | + | This will do Bold Type --> '''Shawn Hall''' | |
− | + | This will do an Internal Link to a file --> [[Cosmo]] | |
− | + | This will do a picture 330 pixels wide --> [[File:TCJ1.jpg|330px]] | |
− | + | ||
− | + | This code will do Columns; | |
− | + | {| class="wikitable" | |
− | + | |- | |
− | + | ! Header 1 | |
− | + | ! Header 2 | |
− | + | |- | |
− | + | | row 1, cell 1 | |
+ | | row 1, cell 2 | ||
+ | |- | ||
+ | | row 2, cell 1 | ||
+ | | row 2, cell 2 | ||
+ | |} |
Revision as of 15:29, 3 October 2015
This is a page where you can see samples of "How To". Just click the Edit tab above between Read and View History. It will show you the code that was used on this page. You can take that and copy it and paste it into a new document.
This will do Bold Type --> Shawn Hall This will do an Internal Link to a file --> Cosmo This will do a picture 330 pixels wide --> 330px
This code will do Columns;
Header 1 | Header 2 |
---|---|
row 1, cell 1 | row 1, cell 2 |
row 2, cell 1 | row 2, cell 2 |