| Author |
Message
|
| Robert |
Posted: Mon Jan 21, 2008 4:13 pm Post subject: How to replace text in sidebar with a cutom pic on blogspot? |
|
|
 New Member

Joined: Jan 04, 2008 Posts: 18
|
| You know on the sidebar it has about me, links, archives etc. Well what if I wanted to replace the text with an image? Here's an example (this is not my blog) http://mukpuddy.blogspot.com/ See how his first one 'recent posts' has a picture that says Recent Posts? But it's really a picture. How do I do that? |
|
| Back to top |
|
 |
Sponsored Ads
|
 |
| Rose |
Posted: Mon Jan 21, 2008 10:11 pm Post subject: |
|
|
 Site Administrator

Joined: Sep 06, 2006 Posts: 1926 Location: Canada
|
He is using a classic template. Are you using a classic template? If you are use this code
| Code: | | <h2 class="sidebar-title"><img src="http://link to image" alt="Recent Posts" width="135" height="19" /></h2> |
If you are not using a classic template, login into Blogger and click on template - edit html. Scroll down to identify the widget you wish to edit. The code will look something like this:
| Code: | | <b:widget id='LinkList2' locked='false' title='Other Blogs' type='LinkList'/> |
Add this code in the CSS :
| Code: | #LinkList1 h2 {
background:url("Link of image)") no-repeat;
} |
Save Changes _________________ Help Support Blogger Talk Blogging Community|
Rose DesRochers - World Outside my Window
|
|
| Back to top |
|
 |
| Robert |
Posted: Tue Jan 22, 2008 1:20 pm Post subject: |
|
|
 New Member

Joined: Jan 04, 2008 Posts: 18
|
| The code won't stay in there. Everytime I save the template after editing it, the code disappears. |
|
| Back to top |
|
 |
|
|