direct jpg img to url
anyone know how to edit blogger code to open a new url when someone clicks on a picture that's been added as a template item?
anyone know how to edit blogger code to open a new url when someone clicks on a picture that's been added as a template item?
Use html for this. You have to use tags like this:
<a href="www.yourlink.com"><img src="yourimg"/></a>
i think i would have used this code in the old blogger format, but my blogger template now uses widgets. needless to say, it easily stumps me. it won't take <a> in the widget code. is there another method or another place where i could place this code? i have essentially removed the header from my page and added a jpg image in the sidebar that functions as my blog name. i'd like to make that image "clickable" to redirect to my home page.