Click here to Skip to main content
Click here to Skip to main content

Formatting code in Tips and Tricks

By , 8 Apr 2013
 
Code in Tip/Trick Posts should wrapped with <pre> </pre> tags to ensure formatting and colouring are correct.

 

For example:

 

<pre lang = "vb">
' Example  
Dim test As String
</pre>
will produce:

' Example
Dim test As String
 

To specify the programming language, use lang="xxx" as follows:

 

<pre lang = "C++"> for Native C++ Formatting
<pre lang = "mc++"> for C++/CLI Formatting
<pre lang = "aspnet"> for ASP.NET Formatting
<pre lang = "cs"> forC# Formatting
<pre lang = "css"> for CSS Formatting
<pre lang = "F#"> for F# Formatting
<pre lang = "html"> for HTML Formatting
<pre lang = "Java"> for Java Formatting
<pre lang = "jscript"> for JavaScript Formatting
<pre lang = "asm"> for MASM/ASM Formatting
<pre lang = "msil"> for MSIL Formatting
<pre lang = "midl"> for MIDL Formatting
<pre lang = "php"> for PHP Formatting
<pre lang = "sql"> for SQL Formatting
<pre lang = "vbscript"> for VBScript Formatting
<pre lang = "xml"> for XML Formatting
If you want to enter text like <pre lang = "xml">,

  1. Check the allow HTML radio button in the Tip/Trick editor "When Pasting" option list. Use the article editor to enter text. Copy its HTML and paste here.

  2. Learn the special text for symbols like <(&-lt-; Remove the - for the symbol)

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

About the Author

Anshul R
Student
India India
Member
No Biography provided

Comments and Discussions

 
Hint: For improved responsiveness ensure Javascript is enabled and choose 'Normal' from the Layout dropdown and hit 'Update'.
You must Sign In to use this message board.
Search this forum  
    Spacing  Noise  Layout  Per page   
QuestionThis is not workingmembermuhtarqong11 Feb '13 - 8:28 
GeneralReason for my vote 5memberD-Kishore3 Sep '12 - 19:56 
GeneralReason for my vote of 5 very helpful while we post some tips...membernikhi _singh15 Feb '12 - 0:03 
Generalwhen & where can i edit a question submitted by someone else...memberanushripatil10 Jan '12 - 18:20 
GeneralReason for my vote of 5 ThxmemberPranit Kothari3 Jan '12 - 15:22 
GeneralReason for my vote of 5 usefull onememberRupeshKumar26 Sep '11 - 5:23 
GeneralReason for my vote of 1 feeeeeeeememberaaditya bhargava bansi17 Jul '11 - 3:00 
GeneralReason for my vote of 5 Really useful!!memberWong Shao Voon10 Feb '11 - 22:50 
GeneralReason for my vote of 5 Good onememberEswa11 Dec '10 - 4:05 
GeneralTwo things: this information is already included in the arti...memberknockNrod14 Sep '10 - 6:18 
GeneralOne problem...memberSteve Wellens4 Sep '10 - 13:33 
GeneralRe: One problem...memberSteve Wellens28 Nov '10 - 3:47 
GeneralRe: One problem...memberpranav9529 Nov '10 - 0:26 
SuggestionRe: One problem...memberShahan Ayyub24 Mar '13 - 5:03 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Permalink | Advertise | Privacy | Mobile
Web01 | 2.6.130513.1 | Last Updated 9 Apr 2013
Article Copyright 2010 by Anshul R
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid