Edit: Difference between revisions

From Cheatsheet
Jump to navigation Jump to search
No edit summary
No edit summary
Line 33: Line 33:
If you would like to  include code in you guide and not have it referenced you will have to use the pre tags.
If you would like to  include code in you guide and not have it referenced you will have to use the pre tags.


<pre> <body>1</body> </pre>
<pre> {{info| You can see the code here}} </pre>
vs<br>
vs<br>
<body>1</body>
{{info| You cant see the code here}}

Revision as of 03:27, 3 January 2011

Examples below. view source for code reference.

THE GUIDE

Hello Guide

This is sub-section two of gpunktDrupal

This is sub-section three of gpunktDrupal

This is a link to it

DRUPAL!!!


Info: gpunkt IS always the best to rub


Notice: gpunkt is hot and waiting for you!!!


Warning: gpunkt about to ERUPT


to add bullets do the following.

  • hiyas people
    • hiyas people 2
      • hiyas people 3
        • hiyas people 4
          • hiyas people 5

Or for a numbered approach do the following.

  1. hiyas people
    1. hiyas people 2
      1. hiyas people 3
        1. hiyas people 3
          1. hiyas people 4

If you would like to include code in you guide and not have it referenced you will have to use the pre tags.

  {{info| You can see the code here}} 

vs


Info: You cant see the code here