Example: Adding a logo to a blog theme
Customize a theme by adding a logo to the design.
Before you begin
About this task
Procedure
- From the My Blogs tab, click Settings for the blog that you want to add a logo to.
- Click Theme.
- Choose the theme you want to customize and click the Customize button.
The templates for that theme are now available for you to edit from the Templates page. Note that if custom themes are not enabled for the site, the Customize button will not display.
- Click Templates.The templates for the current blog display.
- Click the Edit icon next to the weblog template to open the template file for editing.
- Locate the string <!-- content --> using
the browser Find option and add your <img> tag
after the line that begins with <a id="mainContent"
name="mainContent"></a>. For example:
[ <!-- content --> <!--<td valign="top">--> <a id="mainContent" name="mainContent"></a> <img src="http://www.mycompany.com/logo.gif"/> <div id="content"> ]
- Save changes you make to the template.When you open your blog, you will see the logo displayed with the blog title.