By John on
7/19/2009 2:59 PM
Interested in easily showing off code in your DNN blog — without writing custom CSS styles?
Solution 1: Use the numerous free plug-ins for
Microsoft’s Live Writer:
My current favorite is
Source Code Formatter from
Amer Gerzic (listed in Live Writer as “Source Code…”) includes the most flexible options for custom colors, selected text and more and includes
source code:
1: Imports DotNetNuke.Entities.Tabs
2: Namespace DotNetNuke.Common.Utilities
3: Partial Class SiteMap
4: Inherits Framework.PageBase
5: Const SITEMAP_PRIORITY As String = "0.5"
6: Const SITEMAP_MAXURLS As Integer...