Creating and importing your own m Template
You may want to create and import your own template if the automatically downloaded template is not accurate. if you used the download template feature and the template has non-Western characters, then we recomend you import your template as well.
The blog writer template format is a simple XHTML file<BlogWriterBlogTitle/>
,<BlogWriterPostTitle/>
, And<BlogWriterPostBody/>
Tags. The only required tag is<BlogWriterPostBody/>
. When processing the template, blog writer replaces these tags with the appropriate content. For example, the blog title is placed<BlogWriterBlogTitle/>
,<BlogWriterPostBody/>
Is replaced with the m's dashboard control panel. simply select the template content (CTRL + a) from your control panel, and copy and paste it into notepad. then save this (using UTF-8 encoding ). finally, import the saved file. you do not have to insert blog writet; LI> Create and edit your template HTML usingText EditorSuch as Notepad.
Insert the blog writer template tags-<BlogWriterBlogTitle/>
,<BlogWriterPostTitle/>
, And<BlogWriterPostBody/>
Per your design.
Save the template in a format that supports international character sets (UTF-8 encoding). For example, using notepad, on the file-save-As dialog,Choose UTF-8As the encoding. This step is very important.
From the blog writer select templates dialog box, choose import and point to the file you had saved in the previous step.
Note: blogger.com users can also copy a template from blogger.com's dashboard control panel. simply select the template content (CTRL + a) from your control panel, and copy and paste it into notepad. then save this (using UTF-8 encoding ). finally, import the saved file. you do not have to insert blog writer template tags for blogger templates. we recommend this method if your template uses non-western character sets.
Our forum has a tip on how to manually create a template using WordPress as an example.
Example template format
<BlogWriterBlogTitle/><BlogWriterPostTitle/><BlogWriterPostBody/> </div></body>