This Forum has been archived there is no more new posts or threads ... use this link to report any abusive content
==> Report abusive content in this page <==
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
adding background to tumblr html help?
10-03-2012, 09:54 AM
Post: #1
adding background to tumblr html help?
Can anybody add a background to this html
<!DOCTYPE html>

<!-- ----------------------------------

Theme Pyramids.
Made by Max Davis.

http://themes.themaxdavis.com

---------------------------------- -->

<html lang="en">
<head>
<meta charset="utf-8" />
<title>{Title}</title>
<link rel="shortcut icon" href="{Favicon}">
<link rel="alternate" type="application/rss+xml" href="{RSS}">
{block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}

<meta name="image:Logo" content="" />

<meta name="if:Sidebar or Header" content="1" />
<meta name="if:If Header center text or not" content="0" />
<meta name="if:Dark or Light version" content="1" />
<meta name="if:Hide Description" content="1" />
<meta name="if:Hide Captions" content="1" />
<meta name="if:BlogRoll" content="0" />
<meta name="if:Italic Title" content="1" />
<meta name="if:Infinite Scroll" content="1" />
<meta name="if:Post 100px wide" content="0" />
<meta name="if:Post 200px wide" content="1" />
<meta name="if:Post 300px wide" content="0" />

<meta name="text:Twitter Username" content="" />
<meta name="text:Ask Title" content="Askbox" />
<meta name="text:Link 1" content="" />
<meta name="text:Link 1 Title" content="" />
<meta name="text:Link 2" content="" />
<meta name="text:Link 2 Title" content="" />
<meta name="text:Link 3" content="" />
<meta name="text:Link 3 Title" content="" />
<meta name="text:Link 4" content="" />
<meta name="text:Link 4 Title" content="" />
<meta name="text:Link 5" content="" />
<meta name="text:Link 5 Title" content="" />

<script type="text/javascript" src="http://masonry.desandro.com/jquery.masonry.min.js"></script><script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script><link href='http://fonts.googleapis.com/css?family=Six+Caps' rel='stylesheet' type='text/css'><script type="text/javascript" src="http://themaxdavisthemes.com/code/jQuery.js"></script>
<script type="text/javascript" src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>

<style type="text/css">
body {
padding:0;
margin:0;
font-family:'Helvetica', arial;
font-size:11px;
{block:ifDarkorlightversion}
color:#AAAAAA;
background:white;
{/block:ifDarkorlightversion}
{block:ifNotDarkorlightversion}
color:white;
background: #111111;
{/block:ifNotDarkorlightversion}}
a,a:hover {
{block:ifDarkorlightversion}
color:#000000;
{/block:ifDarkorlightversion}
{block:ifNotDarkorlightversion}
color:white;
{/block:ifNotDarkorlightversion}
text-decoration:none;}
a:hover {text-decoration:none;}
a:active{outline: none;}
a:focus{-moz-outline-style: none;}
:-moz-any-link:focus{outline: none;}
img{border:none;}
.clear {clear:both;}

#center{
width:100%;
height:100%;
position:relative;}
#content{
{block:ifSidebarorHeader}
left:290px;
right:0px;
top:0px;
position:absolute;
bottom:0px;
padding: 30px 15px 15px;
{block:PermalinkPage}
left:305px;
{/block:PermalinkPage}
{/block:ifSidebarorHeader}
{block:ifNotSidebarorHeader}
padding: 30px 0 15px;
{/block:ifNotSidebarorHeader}}

full code here: http://themes.themaxdavis.com/download/pyramids/1

I would like this : http://media.photobucket.com/image/space...e.gif?o=11

Ads

Find all posts by this user
Quote this message in a reply
10-03-2012, 10:02 AM
Post: #2
 
Find this line-
background: white;

replace white with url('image url')

replace image url with the image url. But don't remove quotation.

Ads

Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 2 Guest(s)