Blogs Help

Example: Adding a logo to a blog theme

Customize a theme by adding a logo to the design.

You must be a blog owner or administrator to customize the theme for the blog.
These steps illustrate how to add a logo, or any image, to a blog theme.
  1. From a blog that you own, click the Edit My Blog tab.
  2. Click the Preferences tab.
  3. Click Theme.
  4. 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.
  5. Click Templates. The templates for the current blog display.
  6. Click the Edit icon next to the _Weblog template to open the template file for editing.
  7. Locate the string <!-- content --> using the browser Find option and add your <img> tag after the line that begins with <td valign="top">. For example:
    <!-- content -->
    <td valign="top"><a id="mainContent" name="mainContent"></a>
    <img href="http://www.mycompany.com/logo.gif"/>
    
    <div id="content">  
  8. Save changes you make to the template. When you open your blog, you will see the logo displayed above the blog title.

Help Feedback | Product Feedback | Trademarks