In all other cases, the TITLE can be marked-up as follows:SOME TITLE
Section Headings Section Headings should be presented with the first letter of the word in UPPERCASE and the rest in LOWERCASE.
SOME TITLE
Content Submission Always reference your sources, place them in a Block Quote at the end of your posting. Media: Images, Video, Sound The Sensor Lab website supports a wide variety of media types, albeit the most common will be photos and images (jpegs or pngs) or movies (Quicktime, AVI or Flash). All media uploaded to the Sensor Lab website should be labeled accordingly:Section Heading
- All media file names MUST be prefixed using your Sensor Lab account user name i.e. admin_MEANINGFUL_NAME.png/ jpg/ mov/ avi/ swf etc.
- Ensure that the media you upload is of high quality i.e. photos and images – 1600 x 1200 pixels @ 72DPI and movies – 640 x 480 pixels @ 30fps as a minimum.

Area of Interest
I need the Indentation with no background colour
Code Display
To display code (C/C++/Java etc.) without losing the format, encapsulate the code in the
<pre lang=”c”>Your Code To Display</pre> tags which will produce:
To display HTML mark-up without losing the format, encapsulate the code in the <pre lang="xhtml">Your HTML To Display</pre> tags which will produce:void setup() { // general serial baudrate, used internally by arduino beginSerial(4800); } void loop() {}
More in depth information on how to format using the <pre lang="LANGUAGE"> </pre> syntax.Some HTML