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%20black.JPG"/>
<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
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%20black.JPG"/>
<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