General Question

gabpezo's avatar

How do I replace in Tumblr a blog title for an image?

Asked by gabpezo (4points) May 24th, 2010

Please help.
I have this blog in tumblr and I want to know how can i change the text title for the image…. mind you i do not know much about this. I installed firebug and now that I have to change the script in html… but I do not know how to do it.
My blog is thehappierproject.tumblr.com and I upload the image i want to use on imgur.com.

I was able to change the blog title for the image on the preview but I was not able to keep it so when I refresh the page I can see it.

Can someone please help me…

Thanks

Gabi

Observing members: 0 Composing members: 0

10 Answers

jrpowell's avatar

Did you click “Save” after you made the changes?

jrpowell's avatar

Do you have a link to the image you want to use? The link you posted is to imgur and not the actual image.

gabpezo's avatar

yes i have an actual image i want to use.
http://imgur.com/XXWWI.jpg
<a href=“http://imgur.com/Lr0Ml.png” title=“Hosted by imgur.com”>http://imgur.com/Lr0Ml.png</a>

jrpowell's avatar

OK… Give me few minutes to work on this (15 or so).

gabpezo's avatar

I have no idea how to save it…i see the image and everything but it does not show at the end.

jrpowell's avatar

tumblr is busted for me at the moment. My keyboard doesn’t work when I try to edit stuff.

Try changing this:

<div class=“header”>
<h1><a href=”/”>{Title}</a></h1>
<h2>{Description}</h2>
</div>

To:

<div class=“header”>
<a href=”/”><img src=“http://i.imgur.com/XXWWI.jpg”></a>
</div>

This is not tested.

Edit… This is now tested. There is bit of a problem with it floating to to left.

jrpowell's avatar

A simple fix that still looks like shit is replacing:

.header {
font-family:Helvetica Neue,Arial,Lucida,sans-serif;
}

With…

.header {
text-align:center;
}

And note that Fluther replaces straight quotes with curly. You will need to change them back to straight.

gabpezo's avatar

thanks this helped a lot.

Answer this question

Login

or

Join

to answer.

This question is in the General Section. Responses must be helpful and on-topic.

Your answer will be saved while you login or join.

Have a question? Ask Fluther!

What do you know more about?
or
Knowledge Networking @ Fluther