How to change links in CSS?

How can I change my html/css code on Tumblr so that the picture links don't bring people to other blogs?

  • When you click the pictures on my tumblr blog, they bring you to what I believe is the link to the blog I reblogged it from. I want it easier so that when you click the picture, it'll bring you to the page with all the notes and details, or even the page to reblog. I can't for the life of me figure out how to change it but I believe it has something to do with this code: {block:Photo} {LinkOpenTag}<meta name="{PermalinkPage}" content="{PermalinkPage}"/> <img src="{PhotoURL-250}" alt="{PermalinkPage}" border="0" width="250" >{LinkCloseTag}{/block:Photo} Any ideas?

  • Answer:

    Try removing the following from meta tag: {LinkOpenTag} {PermalinkPage}" content="{PermalinkPage}"/> {LinkCloseTag} Not sure about: {/block:Photo} Try with just one link first to see if it works as you want it to. Ron

Eru at Yahoo! Answers Visit the source

Was this solution helpful to you?

Other answers

<a href="{permalink page URL}"><img src=""{PhotoURL-250}" alt="{PermalinkPage}" border="0" width="250"></a> usually the meta tags go in the <head></head> at the top of the page. and a and img tags go in the <body></body>

Jim

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.