Creating BlogEngine .NET Theme from existing CSS Template is not very difficult. I've created several .NET Theme which I'm currently in use at several different blogs. Check this out here:
My Korean Blog
Modern Worship
To create a theme from existing templates, watching this video tutorial might help you.
Click here to Watch
Here's brief instruction on how to create BlogEngine .NET Theme:
1. Open the folder of the existing template
2. Create a Master page named site.master
3. Copy PostView.ascx, CommentView.ascx, and noavatar.jpg file from existing Themes to current working folder. It should be now like this:
4. Copy and Paste this code above right below <%@ Master ... %>
<%@ Register Src="~/admin/menu.ascx" TagName="menu" TagPrefix="uc1" %>
<%@ Import Namespace="BlogEngine.Core" %>
5. Open a template file (For example, index.html) and paste the inner code of <body></body> tags
6. Insert a link reference to .CSS file in the header part
7. Now Copy and Paste the Following Code to appropriate space More...
Currently rated 5.0 by 2 people
- Currently 5/5 Stars.
- 1
- 2
- 3
- 4
- 5