Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
How to add a link to my Tumblr banner?
I want to link my Tumblr banner to my Youtube channel. How do I do this?
1 Answer
- Anonymous1 decade agoFavorite Answer
Is it being used as a background image? I ask because it matters how a background image link is done.. If you just added the banner using the image tag, then:
Making an Image a Link:
<p><a href="URL path to Youtube channel" title="Mouseover Description"><img style="width: XXpx; height: YYpx; border: 0;" src="Path to image" alt="Text Description"></a></p>
You can change the "p" tags to div tags and style as needed.
Ron