Search This Blog

Wednesday 1 December 2010

To change the blog header link

How to link the header to another page

Goto design
Layout
Expand Widgets

Find the following code

<!--Show the image only-->

      <div id='header-inner'>

        <a expr:href='data:blog.homepageUrl' style='display: block'>


Change the last part to

<a href='your url' style='display: block'>

For example


<a href='www.google.com' target="_blank" style='display: block'>

No comments:

Post a Comment