Write Blog Posts Directly From Microsoft Word 2007
Web development tips |
April 27th, 2007 |
Comments (0)
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>