How do I replace in Tumblr a blog title for an image?
Asked by
gabpezo (
4)
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
Did you click “Save” after you made the changes?
Do you have a link to the image you want to use? The link you posted is to imgur and not the actual image.
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>
OK… Give me few minutes to work on this (15 or so).
I have no idea how to save it…i see the image and everything but it does not show at the end.
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.
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.
thanks this helped a lot.
Answer this question
This question is in the General Section. Responses must be helpful and on-topic.