The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> TUMBLR HTML THEME HELP!, show caption
mowgli_
post May 10 2012, 01:10 AM
Post #1





Group: Members
Posts: 1
Joined: 10-May 12
Member No.: 17,087



this is the theme i currently have:

<!--

Capricious v.2 Theme
Created by Modernise (modernise.tumblr.com)
Please leave at least ONE credit link. Do not delete this box.

Theme is best viewed on Google Chrome, with a resolution of 1280x800.

*~*~HOW TO INSTALL~*~*
1) Copy this entire code.
2) Open up the customise.
3) Click on Edit HTML
4) Delete the code already in there.
5) Replace it with this code.
6) Hit Update Preview, and then Save.
7) Refresh the page, and press Save again.
8) If it wont let you paste in the box, or if it still does not work, use classic customize. (http://tumblr.com/customize-classic/)

If you are experiencing any problems with this theme, please refer to the FAQ on modernisethemes. (http://modernisethemes.tumblr.com/faq)
Thank you for choosing Modernise Themes <3!

-->

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<meta name="font:Text" content="Georgia"/>
<meta name="text:Font Size" content="9px"/>
<meta name="color:Text" content="#888"/>
<meta name="color:Background" content="#fff"/>
<meta name="color:Post" content="#fff"/>
<meta name="color:Borders" content="#cccccc"/>
<meta name="color:Blockquote" content="#f5f5f5"/>
<meta name="color:Links" content="#2b0057"/>
<meta name="color:Hover" content="#5a12a3"/>
<meta name="color:Permalink" content="#2b0057">
<meta name="color:Permalink Background" content="#ffffff">
<meta name="image:Background" content=""/>
<meta name="image:Header" content=""/>
<meta name="image:Navigation" content=""/>
<meta name="if:Title Font" content="1"/>
<meta name="if:Image Shadow" content="1"/>
<meta name="if:Image Fade" content="1">
<meta name="if:CustomLink1" content="1">
<meta name="if:CustomLink2" content="1">
<meta name="if:CustomLink3" content="1">
<meta name="if:CustomLink4" content="0">
<meta name="if:CustomLink5" content="0">
<meta name="text:Dropdown Title" content="navigate">
<meta name="text:Link 1 Title" content="custom link">
<meta name="text:Link 1" content="http://">
<meta name="text:Link 2 Title" content="custom link">
<meta name="text:Link 2" content="http://">
<meta name="text:Link 3 Title" content="custom link">
<meta name="text:Link 3" content="http://">
<meta name="text:Link 4 Title" content="custom link">
<meta name="text:Link 4" content="http://">
<meta name="text:Link 5 Title" content="custom link">
<meta name="text:Link 5" content="http://">
<meta name="text:Navigation Title" content="click for links">
<meta name="if:Animated Post Load" content="1">
<meta name="if:Cross Cursor" content="1">
<meta name="if:Click Photo To Reblog" content="1">
<meta name="if:Infinite Scroll" content="1">


<link rel="shortcut icon" href="{Favicon}">
{block:Description}
<meta name="description" content="{MetaDescription}" />
{/block:Description}

<title>{Title}</title>

<script type="text/javascript"
src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>

<script src="http://static.tumblr.com/me5sfsd/1YFl414t0/jquery142.js"></script>

<script type="text/javascript">

$(document).ready(function () {

$('li.drawer div:nth-child(2)').hide();

$('li.drawer h4').click(function () {

if ($(this).hasClass('open')) {

$('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');}

else {

$('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');

$(this).next().slideDown();

$(this).addClass('open');}

});

});

</script>


<style type="text/css">


/* Body Controls */
html {
height:100%;
}


body {
font-family:{font:Text};
font-size:{text:Font Size};
color:{color:Text};
letter-spacing:0px;
background-color:{color:background};
background-image:url('{image:Background}');
background-color:{color:Background};
background-repeat: repeat;
background-position: top center;
background-attachment: fixed;
text-align:justify;
line-height:100%;
{block:IfCrossCursor}
cursor: crosshair, auto;{/block:IfCrossCursor}
{block:IfNotCrossCursor}cursor:default;{/block:IfNotCrossCursor}
}


@font-face {
font-family:basket;
src: url('http://static.tumblr.com/iddq6cw/GQTm040bn/ultimapdaa-hairline.ttf');
}

a {
color:{color:Links};
text-decoration: none;
-webkit-transition-duration:1s;
{block:IfCrossCursor}cursor:crosshair;{/block:IfCrossCursor}
{block:IfNotCrossCursor}cursor:default;{/block:IfNotCrossCursor}
}

a:hover {
color:{color:Hover};
text-decoration: none;
{block:IfCrossCursor}
cursor: crosshair, auto;{/block:IfCrossCursor}
{block:IfNotCrossCursor}cursor:default;{/block:IfNotCrossCursor}

}

u {
border-bottom: 1px dashed #888;
}

b, strong{
font-size: 9px;
letter-spacing: 1px;
color: #b1b1b1;
font-family: georgia;
text-transform: none;
text-shadow: 1px 1px 2px #e1dad4;
text-decoration: none;
font-weight: normal;
}

iframe#tumblr_controls {
right:3px !important;
position: fixed !important;
-webkit-transition: opacity 0.7s linear;
opacity: 0.5;
-webkit-transition: all 0.8s ease-out;
-moz-transition: all 0.8s ease-out;
transition: all 0.8s ease-out;
}

iframe#tumblr_controls:hover {
-webkit-transition: opacity 0.7s linear;
opacity: 1;
-webkit-transition: all 0.4s ease-out;
-moz-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}

::-webkit-scrollbar-thumb:vertical {
background-color:{color:Links};
height:auto;
-webkit-border-radius:20px;
}

::-webkit-scrollbar-thumb:horizontal {
background-color:{color:Links};
height:6px !important;
-webkit-border-radius:20px;
}

::-webkit-scrollbar {
height:6px;
width:6px;
background-color:{color:Background};
-webkit-border-radius:20px;
}

#content {
width:100%;
margin-left:auto;
margin-right:auto;
position: relative;
height:100%;
{block:IfCrossCursor}cursor:crosshair;{/block:IfCrossCursor}
{block:IfNotCrossCursor}cursor:default;{/block:IfNotCrossCursor}
}

.karkat {
background-color:{color:Post};
display:block;
{block:IndexPage}width:1050px;{/block:IndexPage}
{block:PermalinkPage}width:755px;{/block:PermalinkPage}
padding-left:0px;
margin-left:50px;
height:100%;
z-index:-1;
margin-top:-10px;
padding-top:25px;
{block:IfCrossCursor}cursor:crosshair;{/block:IfCrossCursor}
{block:IfNotCrossCursor}cursor:default;{/block:IfNotCrossCursor}
}

ul {
margin-left:-25px;
}




/* Header Controls */

.sidebar {
width:200px;
background-color:{color:Post};
z-index:5;
margin-right:auto;
position:fixed;
display:block;
bottom:25px;
text-align:right;
border-right:1px solid {color:Borders};
padding-right:10px;
{block:IfCrossCursor}cursor:crosshair;{/block:IfCrossCursor}
{block:IfNotCrossCursor}cursor:default;{/block:IfNotCrossCursor}
}

.butters a {
font-size:{block:IfTitleFont}37px{/block:IfTitleFont}
{block:IfNotTitleFont}30px{/block:IfNotTitleFont};
color:{color:Links};
letter-spacing:-2px;
-webkit-transition-duration:1.5s;
font-family:{block:IfTitleFont}basket{/block:IfTitleFont}
{block:IfNotTitleFont}{font:text}{/block:IfNotTitleFont};
text-transform:lowercase;
}

.butters a:hover {
color:{color:Link};
}




/* Post Controls */

#content .posts {
{block:IndexPage}
width:850px;
margin-left:230px;
{/block:IndexPage}
{block:PermalinkPage}
width: 525px;
margin-left:220px;
{/block:PermalinkPage};
right:auto;
margin-right:0px;
position:relative;
background-color:{color:Post};
overflow-y: hidden;
}

#content .posts img {
{block:IndexPage}
max-width: 400px;
{/block:IndexPage}
{block:PermalinkPage}
max-width: 500px;
{/block:PermalinkPage}
}


#content .entry {
{block:IndexPage}
width:400px;
float:left;
position: relative;
margin-right:25px;
{block:IfImageShadow}
margin-bottom:15px;
{block:IfImageShadow}
{block:IfNotImageShadow}
margin-bottom:25px;
{/block:IfNotImageShadow}
{/block:IndexPage}
padding:0px;
z-index:1;
{block:PermalinkPage}
width:500px;
margin-left:10px;
{/block:PermalinkPage}
background-color:#ffffff;
{block:IfAnimatedPostLoad}
-webkit-transition-duration:2s;
{/block:IfAnimatedPostLoad}
}

.heading {
font-family:{font:Text};
font-size:15px;
text-decoration: none;
letter-spacing:0px;
font-weight:none;
line-height:100%;
margin-bottom:0px;
text-align:left;
}

.chat ul {
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
}

.chat li {
list-style-type: none;
padding-left:0px;
margin-right:0px;
}

.chat li.odd {
color:{color:Text};
}

.chat li.even {
color: {color:Text};
background-color: {color:Blockquote};
}

.label {
font-size: 9px;
letter-spacing: 1px;
font-family: trebuchet ms;
text-transform: uppercase;
text-shadow: 1px 1px 2px #e1dad4;
text-decoration: none;
font-weight: normal;
color:{color:links}
}

blockquote {
padding-left:5px;
padding-top:3px;
padding-right:5px;
padding-bottom:3px;
margin-left:5px;
margin-right:5px;
border-left: 2px solid {color:Borders};
border-right: 2px solid {color:Borders};
background-color:{color:Blockquote};
}

.stan {
background-color:{color:Blockquote};
}

.kyle {
font-style:italic;
line-height:100%;
margin-bottom:0px;
}

{block:IfImageFade}
.img {
{block:IndexPage}
opacity:0.8;
filter:alpha(opacity=80);
{/block:IndexPage}
-webkit-transition-duration:0.4s;
}

.img:hover {
opacity:1;
filter:alpha(opacity=100);
}
{/block:IfImageFade}


.stoley img {
{block:IndexPage}
max-width:400px;
overflow-y:auto;
{/block:IndexPage}
}

.kenny {
width:500px;
opacity: 1;
margin-top:10px;
margin-bottom:10px;
text-align:center;
font-family:{font:Text};
font-size:8px;
letter-spacing:0px;
text-transform:none;
}

.cartman {
margin-top:0;
margin-left:0px;
margin-right:auto;
margin-bottom:0px;
width:500px;
text-align:left;
background-color:{color:Post};
}

.wendy {
text-align:center;
width:500px;
margin-left:auto;
margin-right:auto;
}

.video embed, .video object, .video iframe {
{block:IndexPage}
width:400px /**/ !important;
{/block:IndexPage}
{block:PermalinkPage}width:500px !important;
{/block:PermalinkPage}
height:auto !important;
}


.album-art {
float: left;
width: 100px;
height: 100px;
overflow: hidden;
}




/* Permalink Controls */

.entry .permalink {
padding-top:0px;
}

.tweek a {
font-size:15px;
line-height:100%;
padding:2px;
color:{color:Hover};
-webkit-transition-duration:1s;
z-index:999999;
}

.tweek a: hover {
color:{color:Link};
}

.craig {
color:{color:Permalink};
font-size:8px;
opacity: 0;
-webkit-transition-duration: 1s;
{block:IfImageShadow}
bottom:15px;
{block:IfImageShadow}
{block:IfNotImageShadow}
bottom:10px;
{/block:IfNotImageShadow}
right:0px;
width:25px;
height:20px;
background-color: {color:Permalink Background};
padding-top:5px;
position: absolute;
margin:5px;
text-align:center;
font-family:trebuchet ms;
letter-spacing:1px;
border-bottom-right-radius:50px;
border-top-right-radius:50px;
border-top-left-radius:50px;
border-bottom-left-radius:50px;
display:block;
}

.entry:hover .craig {
{block:indexpage}opacity:0.85;
{/block:indexpage}z-index:999999;
}

.permalink {
{block:IndexPage}
float:right;
position: absolute;
margin-top:0px;
opacity: 0;
z-index: 1000;
background-color:{color:Permalink Background};
text-align:right;
{/block:IndexPage}
}


ol.notes {
padding: 0px;
margin: 25px 0px;
list-style-type: none;
border-bottom: solid 1px #ccc;
}

ol.notes li.note {
border-top: solid 1px #ccc;
padding: 6px;
}



ul#drawers {text-align:right;width: 200px; list-style: none; margin: 0 auto; padding: 0px; border-top: 0px;}

ul#drawers a {text-align: right;text-decoration: none;}

ul#drawers li h4 {margin: 0; padding: 0px; text-align: right; -webkit-transition: background-color 0.5s ease-out; -moz-transition: background-color 0.5s ease-out; font-weight:normal;

transition: background-color 0.5s ease-out;}

h4.small {text-align: left;display: table-cell; width: 200px; margin: 0px; height: 100%;}

li.drawer h4.open {text-align: right; border-top: 0px;}

li.drawer div {text-align: right;padding: 0px; margin: 0px; line-height: 12px; }

li.drawer div li {text-align: right;list-style-type: disc;}

li.drawer div ul {text-align: right;-webkit-padding-start: 12px;}


{CustomCSS}

</style>


{block:IfInfiniteScroll}
<script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
{/block:IfInfiniteScroll}

<script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>

<script type="text/javascript">
$(window).load(function () {
$('.posts').masonry(),
$('.masonryWrap').infinitescroll({
navSelector : "div#navigation",
// selector for the paged navigation (it will be hidden)
nextSelector : "div#navigation a#nextPage",
// selector for the NEXT link (to page 2)
itemSelector : ".entry",
// selector for all items you'll retrieve
bufferPx : 10000,
extraScrollPx: 10,
loadingImg : "http://static.tumblr.com/ejm8w78/KZjlxxt0d/ajax-loader.gif",
loadingText : "<em></em>",
},
// call masonry as a callback.
function() { $('.posts').masonry({ appendedContent: $(this) }); }
);
});
</script>



<script type="text/javascript">
$(window).load(function(){
$("p").remove(":contains('(Source:')");
$("p").remove(":contains('(via ')");
});
</script>

</head>

<body>


<div id="content">
<div class="karkat">
<div class="sidebar">
<div class="butters">
<Br><Br><a href="/">
{block:IfHeaderImage}<img src="{image:Header}" width="200">{/block:IfHeaderImage}{block:IfNotHeaderImage}{Title}{/block:IfNotHeaderImage}
</a></div><Br><Br>
<div style="max-width:500px;margin-left:auto;margin-right:auto;">
{Description}<Br><br>
</div>

<ul id="drawers">

<li class="drawer" id="info">

<h4><div class="navigation">{block:IfNavigationImage}<img src="{image:Navigation}" max-width="200">{/block:IfNavigationImage}{block:IfNotNavigationImage}<i>{text:Navigation Title}</i>{/block:IfNotNavigationImage}</div></h4>

<div align="right">
<a href="/ask">message</a>&nbsp;&nbsp;
<a href="/archive">history</a>&nbsp;&nbsp;
{block:SubmitEnabled}
<a href="/submit">submit</a>&nbsp;&nbsp;·{/block:SubmitEnabled}
{block:HasPages}
{block:Pages}
<a href="{URL}">{Label}</a>&nbsp;&nbsp;
{/block:Pages}
{/block:HasPages}
{block:IfCustomLink1}
<a href="{text:Link 1}">{text:Link 1 Title}</a>
{/block:IfCustomLink1}
{block:IfCustomLink2}
<a href="{text:Link 2}">&nbsp;&nbsp;{text:Link 2 Title}</a>
{/block:IfCustomLink2}
{block:IfCustomLink3}
<a href="{text:Link 3}">&nbsp;&nbsp;{text:Link 3 Title}</a>
{/block:IfCustomLink3}
{block:IfCustomLink4}
<a href="{text:Link 4}">&nbsp;&nbsp;{text:Link 4 Title}</a>
{/block:IfCustomLink4}
{block:IfCustomLink5}
<a href="{text:Link 5}">&nbsp;&nbsp;{text:Link 5 Title}</a>
{/block:IfCustomLink5}
<a href="http://modernise.tumblr.com">&nbsp;&nbsp;theme</a>
</div>

</li>

</ul>

{block:IndexPage}
<div class="column navigation" id="navigation">
{block:Pagination}
{block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
{block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
</div>
{/block:IndexPage}

<br><br>

</div>
<div class="posts">
{block:Posts}
<div class="entry">


{block:Text}
{block:Title} <a href="{permalink}"><div class="heading">{title}</div></a> {/block:Title}
<div class="stoley">{Body}</div>

{block:IndexPage}<div style="border-bottom:1px {color:Borders} solid;font-size:8px;text-align:Right;"><a href="{Permalink}">
{NoteCountWithLabel}</a></div>
{/block:IndexPage}

{block:PermalinkPage}


<div class="kenny">
{block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}

{block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
{block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
{block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
<div class="cartman">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
{/block:PermalinkPage}
{/block:Text}

{block:Photo}

<div class="img">
{block:IndexPage}{block:IfClickPhotoToReblog}<a href="{ReblogURL}">{/block:IfClickPhotoToReblog}{block:IfNotClickPhotoToReblog}<a href="{Permalink}">{/block:IfNotClickPhotoToReblog}{/block:IndexPage}
{block:PermalinkPage}<a href="{PhotoURL-HighRes}">{/block:PermalinkPage}
<img src="{PhotoURL-500}" alt="{PhotoAlt}" {block:IndexPage}width="400px" {/block:IndexPage}{block:PermalinkPage}width="500"{/block:PermalinkPage}/>
{block:IfImageShadow}
<img style="width:{block:IndexPage}400{/block:IndexPage}{block:PermalinkPage}500{/block:PermalinkPage}px;opacity:.7;margin-top:-3px;" src="http://28.media.tumblr.com/tumblr_lpn6kseZUG1qm57imo1_500.png"/>{/block:IfImageShadow}
</a>
</div>

{block:IndexPage}<div class="tweek"><a href="{Permalink}"><div class="craig">{NoteCount}</div></a></div>{/block:IndexPage}

{block:PermalinkPage}
{block:Caption}{Caption}{/block:Caption}<br>
<div class="kenny">
{block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}

{block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
{block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
{block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
<div class="cartman">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
{/block:PermalinkPage}

{/block:Photo}


{block:Photoset}


{block:IndexPage}<center>{Photoset-400}</center><div class="tweek"><a href="{Permalink}"><div class="craig">{NoteCount}</div></a></div>{/block:IndexPage}

{block:PermalinkPage}
{Photoset-500}<br>{block:Caption}{Caption}<br><br>{/block:Caption}
{/block:PermalinkPage}

{block:PermalinkPage}


<div class="kenny">
{block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}

{block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
{block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
{block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}


</div>
<div class="cartman">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
{/block:PermalinkPage}
{/block:Photoset}


{block:Quote}
<a href="{permalink}"><div class="heading"><i>{Quote}</i></div></a>
{block:Source} <div align="right">― {Source}</div>{/block:Source}

{block:IndexPage}<div style="border-bottom:1px {color:Borders} solid;font-size:8px;text-align:Right;"><a href="{Permalink}">
{NoteCountWithLabel}</a></div>
{/block:IndexPage}

{block:PermalinkPage}


<div class="kenny">
{block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}

{block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
{block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
{block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
<div class="cartman">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
{/block:PermalinkPage}
{/block:Quote}


{block:Link}
<div class="heading"><a href="{URL}"{Target}>&rarr; {Name}</a></div>
{block:Description} {Description}{/block:Description}

{block:IndexPage}<div style="border-bottom:1px {color:Borders} solid;font-size:8px;text-align:Right;"><a href="{Permalink}">
{NoteCountWithLabel}</a></div>
{/block:IndexPage}

{block:PermalinkPage}


<div class="kenny">
{block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}

{block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
{block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
{block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
<div class="cartman">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
{/block:PermalinkPage}
{/block:Link}

{block:Video}
{block:PermalinkPage}<div class="video">{Video-500}
</div>{/block:PermalinkPage}

{block:IndexPage}<div class="video" width="400">{Video-400}
</div><div style="border-bottom:1px {color:Hover} solid;font-size:8px;text-align:Right;"><a href="{Permalink}">
{NoteCountWithLabel}</a></div>
{/block:IndexPage}

{block:PermalinkPage}


<div class="kenny">
{block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}

{block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
{block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
{block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
<div class="cartman">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
{/block:PermalinkPage}
{/block:Video}


{block:Chat}
{block:Title}
<div class="heading"><a href="{Permalink}">{Title}</a></div>
{/block:Title}
<div class="chat ul">
{block:Lines}
<li class="{Alt} user_{UserNumber}">
{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>
{/block:Lines}</div></li>

{block:IndexPage}<div style="border-bottom:1px {color:Borders} solid;font-size:8px;text-align:Right;"><a href="{Permalink}">
{NoteCountWithLabel}</a></div>
{/block:IndexPage}

{block:PermalinkPage}


<div class="kenny">
{block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}

{block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
{block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
{block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
<div class="cartman">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
{/block:PermalinkPage}
{/block:Chat}



{block:Audio}{block:PermalinkPage}
{block:AlbumArt}<div class="album-art" style="margin:5px;"><img src="{AlbumArtURL}" height="100px" ></div>{/block:AlbumArt}{/block:PermalinkPage}
<div class="audioplayer">{AudioPlayerWhite}</div>
{block:Caption}{Caption}{/block:Caption}
{block:PermalinkPage}
{block:TrackName}<br><br>
<b>{TrackName}</b>
{/block:TrackName} by {block:Artist}
{Artist}
{/block:Artist}<br>{PlayCountWithLabel}{/block:PermalinkPage}

{block:IndexPage}<div style="border-bottom:1px {color:Borders} solid;font-size:8px;text-align:Right;"><a href="{Permalink}">
{NoteCountWithLabel}</a></div>
{/block:IndexPage}

{block:PermalinkPage}


<div class="kenny">
{block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}

{block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
{block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
{block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
<div class="cartman">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
{/block:PermalinkPage}
{/block:Audio}


{block:Answer}
<div style="text-align:left;padding-left:5px;padding-right:5px;border-left: 2px solid {color:Borders};border-right: 2px solid {color:Borders};background-color:{color:blockquote};"><div class="stan">{Asker}: {Question}</div></div><div style="text-align:left;"><div class="kyle">{Answer}</div></div>

{block:IndexPage}<div style="border-bottom:1px {color:Borders} solid;font-size:8px;text-align:Right;"><a href="{Permalink}">
{NoteCountWithLabel}</a></div>
{/block:IndexPage}

{block:PermalinkPage}


<div class="kenny">
{block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}

{block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
{block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
{block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
<div class="cartman">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
{/block:PermalinkPage}
{/block:Answer}


</div>

{/block:Posts}
</div>


{block:IfNotInfiniteScroll}
<div style="padding-bottom:10px;">
<Center>
{block:Pagination}
{block:PreviousPage}
<a href="{PreviousPage}">-</a>
{/block:PreviousPage}/

{block:JumpPagination length="5"}
{block:CurrentPage}
<span>{PageNumber}</span>
{/block:CurrentPage}

{block:JumpPage}
<a class="jump_page" href="{URL}">{PageNumber}</a>
{/block:JumpPage}
{/block:JumpPagination}

/{block:NextPage}
<a href="{NextPage}">+</a>
{/block:NextPage}
{/block:Pagination}</center>
</div>
{/block:IfNotInfiniteScroll}

</div>

</div>
</div>



</body>



</html>


i know that deleting the {block:PermalinkPage} and i have, it works and the caption shows up but then i get this weird side to side scrolling and i want to get rid of that but idk how. can someone help?
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 28th March 2024 - 11:59 AM