Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and the Yahoo Answers website is now 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
tumblr html help?? expert html people only.?
this is mt tumblr layout right now:
http://shymusicguy.tumblr.com/
This is the html code for the page right now:
<head>
<!-- DEFAULT IMAGE -->
<meta name="image:Background" content="http://www.marver.gr/pict/granitis/zimbabwe%20blac...
<meta name="image:Header" content=""/>
<style type="text/css">
body {
background: #2D567C url('{image:Background}');
}
</style>
</head>
<body>
{block:IfHeaderImage}<img src="{image:Header}"/>{/block:IfHeaderImage}
{block:IfHeaderImage}<h1>{Title}</h1>{/block:IfNotHeaderImage}
</body>
</html>
I would like to put my posts on the right of the picture with a scroll down for my posts. but a scroll down on the posts while the picture stays right there. and a tab for another page at the top.
label the tab pictures. Can anyone write me the rest of my html? Please help
2 Answers
- ???Lv 61 decade agoFavorite Answer
Try the code I pasted here:
I got the image to stay on the left. If there's enough content on the right the page will scroll, though hopefully the image on the left won't. Also, the Tumbler code at the bottom doesn't look like what you posted here. Maybe that code is only visible by the person editing the theme. Anyways, my code is nowhere near complete, I'm still a sort of beginner and I'm not familiar with Tumblr-specific code.
Basic CSS reference for changing appearance:
http://www.htmlhelp.com/reference/css/
Tumblr reference:
- Anonymous1 decade ago
Creating a custom HTML theme (Very good example given): http://www.tumblr.com/docs/en/custom_themes
How To Create Your Own Custom Tumblr Theme?: http://thumlog.com/how-to-create-your-own-custom-t...
Things to Know About Custom Tumblr Theme Design: http://buildinternet.com/2010/04/things-to-know-ab...
Getting Started With Tumblr and Custom Theme Design: http://line25.com/articles/getting-started-with-tu...
Theming Tumblr: http://matthewbuchanan.name/post/37355563/theming-...
Replacing the Text Header for an Image Header on Tumblr - http://tumblring.net/replacing-the-text-header-for...
How to replace your Tumblr title with an image - http://www.socialnetworksguy.com/tumblr/how-to-add...
How to put a background image in your Tumblr theme: http://tumblring.net/how-to-put-a-background-image...
Tumblr's Help Center: http://www.tumblr.com/help
Ron