November 2009
M T W T F S S
« Oct   Dec »
 1
2345678
9101112131415
16171819202122
23242526272829
30  

Test syntax hilighter

class=”brush: c-sharp; ”

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace WindowsFormsApplication1
{
    /* test hilighter */
    class ClassAddress
    {
        public string Name { get; set; }
        public string Street1 { get; set; }
        public string Street2 { get; set; }
        public string CityName { get; set; }
        public string StateOrProvince { get; set; }
        public string CountryName { get; set; }
        public string PostalCode { get; set; }
    }
}

class=”brush: php; html-script: true”—–
class=”brush: css; html-script: true”

.class1{
   background-color: Red !important;
}

class=”brush: csharp; html-script: true”

Leave a Reply

 

 

 

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>