Write Blog Posts Directly From Microsoft Word 2007

This is a test post published directly from the new Word 2007.

 

I’ll explain this more later …

 

Text

Change font

Change color

Change size

H2 Heading (verdana)

H3 Heading (default Calibri font)

 

  • Bullet
  • Bullet
    • Nested bullet
    • Nested bullet
  • Bullet

Pre Code Test

 

<configuration>

   <location path="showStockPrice.asp">
			

    <system.webserver>
			

        <caching>
			

           <profiles>
			

            <add varybyquerystring="*" location="Any" duration="00:00:01" policy="CacheForTimePeriod" extension=".asp">
			

           </profiles>
			

        </caching>
			

    </system.webserver>
			

   </location>
			

</configuration>
			

</pre>