473,407 Members | 2,315 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,407 software developers and data experts.

Title image help

Hi, so I'm trying to use this new Callidora theme (http://themes.pouretrebelle.com/callidora) for Tumblr, and I've run into a snag trying to get a title image to work...
Whenever I try to add a title image under the 'Appearance' tab, firefox tells me, "Sorry, there was an error, please try again later"..
I tried adding a title image manually to the theme code, but to no avail..

Here's the code
Expand|Select|Wrap|Line Numbers
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <!--
  3.  
  4. theme coding by pouretrebelle                    themes.pouretrebelle.com
  5. powered by Tumblr                                tumblr.com
  6.                       /\   _             _         _  _      
  7.  ___  ___  _ _  _ _  ___ _| |_ _ _  ___ | |_  ___ | || | ___ 
  8. | . \/ . \| | || '_>/ ._> | | | '_>/ ._>| . \/ ._>| || |/ ._>
  9. |  _/\___/`___||_|  \___. |_| |_|  \___.|___/\___.|_||_|\___.
  10. |_| 
  11.  
  12. -->
  13. <html xmlns="http://www.w3.org/1999/xhtml">
  14. <head>
  15. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  16. <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>
  17. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  18. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  19. <link rel="shortcut icon" href="{Favicon}" />
  20. {block:IfInfiniteScrolling}
  21. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  22. {/block:IfInfiniteScrolling}
  23. <meta name="color:Text" content="#333333"/>
  24. <meta name="color:Titles" content="#AAAAAA"/>
  25. <meta name="color:Accents" content="#999999"/>
  26. <meta name="color:Links" content="#555555"/>
  27. <meta name="color:Background" content="#FFFFFF"/>
  28. <meta name="color:Post Background" content="#FFFFFF"/>
  29. <meta name="color:Shadow" content="#E7FAFF"/>
  30. <meta name="image:Background" content=""/>
  31. <meta name="image:Title" content=""/>
  32. <meta name="text:Overlay" content="rgba(255,255,255,0.6)"/>
  33. <meta name="text:Twitter Username" content=""/>
  34. <meta name="text:Flickr ID" content=""/>
  35. <meta name="text:Lastfm Username" content=""/>
  36. <meta name="if:Infinite Scrolling" content="0"/>
  37. <meta name="if:Fixed Sidebar" content="0"/>
  38. <meta name="if:Sidebar Always Open" content="0"/>
  39. <meta name="if:Center Sidebar" content="0"/>
  40. <meta name="if:Larger Posts" content="0"/>
  41. <meta name="if:Swap Sides" content="0"/>
  42. <meta name="if:Show Captions" content="0"/>
  43. <meta name="if:Show Ask Box" content="0"/>
  44. <meta name="if:Show Likes" content="0"/>
  45. <meta name="font:Body" content="Helvetica, sans-serif"/>
  46. <meta name="font:Post Titles" content="Georgia, serif"/>
  47. <script type="text/javascript">
  48. $(document).ready(function(){
  49. {block:IndexPage}
  50.     setInterval(function(){
  51. $(".block").mouseenter(function () {$(".post-info", this).slideDown(300);});
  52. $(".block").mouseleave(function () {$(".post-info", this).slideUp(300);});
  53.     },5000);
  54. {/block:IndexPage}
  55.  
  56. {block:IfNotSidebarAlwaysOpen}
  57. $(".side").hover(function () {
  58.       $("div", this).slideDown(400);
  59.     });
  60. $("#side").mouseleave(function () {
  61.       $(".side div", this).slideUp(400);
  62.     });
  63. {/block:IfNotSidebarAlwaysOpen}
  64. {block:IfSidebarAlwaysOpen}
  65. $(".side div").show();
  66. {/block:IfSidebarAlwaysOpen}
  67.  
  68. if ("{color:Background}" == "{color:Post Background}" && "{image:Background}" == "http://assets.tumblr.com/images/x.gif") {
  69.     $('.pad').removeClass('pad')
  70.     };
  71.  
  72. $('.photo').mouseenter(function() {$('.photo-info', this).fadeIn(200);});
  73. $('.photo').mouseleave(function() {$('.photo-info', this).fadeOut(200);});
  74.  
  75. });
  76. </script>
  77. <style type="text/css">
  78.  
  79. /* LAYOUT */
  80.  
  81. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display: none;}
  82. body {margin: 0px; font-size: 11px; font-family: {font:Body}; color: {color:Text}; background-image: url('{image:Background}'); background-color: {color:Background}; background-attachment: fixed; padding: 30px 0px;}
  83. #shell {margin: 0px auto; width: {block:IfNotLargerPosts}750px{/block:IfNotLargerPosts}{block:IfLargerPosts}900px{/block:IfLargerPosts};}
  84. #side {width: 220px; {block:IfNotSwapSides}{block:IfFixedSidebar}margin-left: {block:IfNotLargerPosts}530px{/block:IfNotLargerPosts}{block:IfLargerPosts}680px{/block:IfLargerPosts};{/block:IfFixedSidebar} float: right;{/block:IfNotSwapSides}{block:IfSwapSides}margin-left: 0px; float: left;{/block:IfSwapSides}{block:IfFixedSidebar}position: fixed;{/block:IfFixedSidebar}}
  85. #content {{block:IfNotSwapSides}float: left; margin-left: 0px;{/block:IfNotSwapSides}{block:IfSwapSides}float: right; margin-right: 0px;{/block:IfSwapSides} width: {block:IfNotLargerPosts}500px{/block:IfNotLargerPosts}{block:IfLargerPosts}650px{/block:IfLargerPosts}; padding: 0;}
  86. .block {padding: 0px; margin: 30px 0px 0px; width: {block:IfNotLargerPosts}500px{/block:IfNotLargerPosts}{block:IfLargerPosts}650px{/block:IfLargerPosts};}
  87.     .block:first-child {margin-top: 0px;}
  88. .post {width: {block:IfNotLargerPosts}500px{/block:IfNotLargerPosts}{block:IfLargerPosts}650px{/block:IfLargerPosts}; padding: 0px; margin: 0px;}
  89. .post, .side, div#pagination span.current_page, div#pagination a {background-color: {color:Post Background};}
  90.  
  91. /* DIFFERENT BACKGROUND */
  92. .post.pad {padding: 10px; width: {block:IfNotLargerPosts}480px{/block:IfNotLargerPosts}{block:IfLargerPosts}630px{/block:IfLargerPosts};}
  93. .caption.pad {padding: 10px;}
  94. .side.pad {margin: -6px 0px 6px; padding: 3px 5px; width: 210px;}
  95.     .side.pad:first-child {margin-top: -6px;}
  96.     .side.pad #flickrfeed {margin-left: 0px;}
  97.     .side.pad #flickrfeed li {margin-left: -5px; margin-bottom: 5px;}
  98.  
  99. /* POST STYLES */
  100.  
  101. a {color: {color:Links}; text-decoration: none;}
  102. ul {list-style-type: none; padding: 0px; margin: 0px;}
  103. {block:PermalinkPage}.photo {padding-bottom: 35px!important;} .photo .photo-info {margin-top: 0px;}{/block:PermalinkPage}
  104. .photo .photo-info {position: absolute; margin-top: -50px; display: none;}
  105. .photo-info b, .photo-info a {color: {color:Text}!important;}
  106. .post-info, .photo-info {padding: 10px 5px; width: {block:IfNotLargerPosts}490px{/block:IfNotLargerPosts}{block:IfLargerPosts}640px{/block:IfLargerPosts}; background-color: {text:Overlay}; {block:IndexPage}display: none;{/block:IndexPage} text-align: center; {block:PermalinkPage}margin: 30px 0px;{/block:PermalinkPage}}
  107. .post-info a:hover {color: {color:Text};}
  108. .post-info b, .photo-info b {font-weight: 100; font-size: 0.8em; color: {color:Accents}; padding-right: 4px; text-transform: uppercase; line-height: 90%; letter-spacing: -1pt;}
  109. .post-info b a {color: {color:Accents};}
  110. {block:IndexPage}.photo .post-info {display: none!important;}{/block:IndexPage}
  111. {block:PermalinkPage}.photo .photo-info {display: none!important;}{/block:PermalinkPage}
  112. .post.link *:first-child, .post.text *:first-child, .post.chat *:first-child, .post.answer *:first-child {margin-top: 0px;}
  113. .post.quote *:last-child, .post.link *:last-child, .post.text *:last-child, .post.chat *:last-child, .post.answer *:last-child {margin-bottom: 0px;}
  114. .post.quote .caption {padding-top: 0px; text-align: right;}
  115. .post p:last-child {margin-bottom: 0px;}
  116. .post h3:first-child {margin-top: 0px!important;}
  117. blockquote {margin: 0.5em 0px; padding-left: 10px; border-left: 1px solid {color:Text};}
  118.  
  119. div.quot {font-size: 14em; position: relative; height: 100px; margin-bottom: -70px; left: 0px; margin-top: -30px; color: {color:Accents}; display: block;}
  120. .ask p, .audio p {margin-bottom: 0px;}
  121. h4 {margin: 0px 0px 0px 60px; padding: 0px 0px 0.5em; font-size: 1.4em; font-family: {font:Post Titles}; font-weight: normal; word-spacing: 2px;}
  122. .caption {text-align: center; padding-top: 10px;}
  123. .caption p {margin: 0px;}
  124.  
  125. h3 {margin: 0.5em 0px; text-align: center; font-size: 1.7em; font-weight: 100; font-style: italic; font-family: {font:Post Titles};}
  126. .post h2 {margin-bottom: 30px;}
  127.  
  128. div.quot, h2, h3, #searchin {text-shadow: 0px 0px 5px {color:Shadow};}
  129.  
  130. .audio blockquote, .caption blockquote {margin: 0.5em 0px; padding: 0px; border: 0px; font-size: 90%;}
  131.  
  132. /* POST NOTES */
  133.  
  134. #notesbloque {margin: 0px; background-color: {text:Overlay}; height: 30px;}
  135. #notes {padding-top: 10px;}
  136. #notes ol, #notes li {margin: 0px; padding: 0px; list-style-type: none;}
  137. #notes li {padding: 10px 0px; border-top: 1px solid {color:Post Background};}
  138. #notes li:hover {list-style-type: decimal;}
  139. #notes li.more_notes_link_container:hover {list-style-type: none!important;}
  140. #notes li:first-child {border-top: 0px; padding-top: 0px;}
  141. img.avatar {margin-bottom: -4px; padding: 0px 20px 0px 10px; border: 0px;}
  142. #notes li blockquote {border-left: 16px solid {color:Accents}; margin: 0px 0px 0px 10px; padding: 5px 0px 0px 25px;}
  143.  
  144. /* PAGINATION */
  145.  
  146. div#pagination {text-align: center; background-color: transparent!important; padding: 0px; margin: 30px auto;}
  147. div#pagination span.current_page, div#pagination a {font-size: 1.3em; margin: 0px 5px; background-color: {color:Post Background}; padding: 4px 7px;}
  148. div#pagination span.current_page {font-style: italic;}
  149.  
  150. /* SIDEBAR */
  151.  
  152. #side .side:first-child {margin-top: 0px!important;}
  153.     .side {width: 220px; margin: 6px 0px; padding: 0px;}
  154. .side div {display: none;}
  155. a.time {margin: 0px; text-transform: uppercase; font-size: 0.8em; color: {color:Accents}; display: none;}
  156. li:hover a.time {display: block;}
  157. h2, #searchin {margin: 0px 0px 1px; letter-spacing: 2pt; border: 0px!important; color: {color:Titles}; font-size: 1.3em; text-transform: lowercase; font-weight: 300; background-color: {color:Post Background}; padding: 2px 0px; width: 100%; {block:IfCenterSidebar}text-align: center;{/block:IfCenterSidebar}}
  158. h2 a, h1 a {color: {color:Titles};}
  159.  
  160. #links li, #links2 li {height: 14px; vertical-align: middle; line-height: 16px; font-family: {font:Post Titles};}
  161. #links li a:hover, #links2 li a:hover {font-style: italic;}
  162.  
  163. #twitter li, #lastfm li, #likes li {border-bottom: 1px solid {text:Overlay}; padding: 2px 0px;}
  164. #twitter li:first-child, #lastfm li:first-child, #likes li:first-child {padding-top: 0px;}
  165. #twitter li:last-child, #lastfm li:last-child, #likes li:last-child {padding-bottom: 0px; border-bottom: 0px; -webkit-box-shadow: 0px 0px 0px #fff; -moz-box-shadow: 0px 0px 0px #fff;}
  166.  
  167. #flickr img {height: 105px;}
  168. #flickr li {float: left; margin: 0px 10px 10px 0px; width: 105px; height: 105px; overflow: hidden; background-color: #000; background-image: url(http://static.tumblr.com/me5sfsd/IYPleg5tn/permalink.png); background-position: center; background-repeat: no-repeat;}
  169. #flickr li:nth-child(2n+2) {margin-right: 0px;}
  170. #flickr li:hover img {-moz-opacity: .50; filter: alpha(opacity=50); opacity: .50;}
  171. #flickr ul {height: 220px; overflow-y: hidden;}
  172.  
  173. {CustomCSS}
  174.  
  175. </style>
  176.  
  177. </head>
  178.  
  179. <body>
  180.  
  181. <div id="shell">
  182.  
  183. <div id="content">
  184.  
  185. {block:SearchPage}
  186. <div class="post">
  187. <h2 style="text-align: center;">search results for "{SearchQuery}"<br />{block:NoSearchResults}no results found{/block:NoSearchResults}</h2>
  188. </div>
  189. {/block:SearchPage}
  190.  
  191. {block:TagPage}
  192. <div class="post">
  193. <h2 style="text-align: center;">posts tagged "{Tag}"</h2>
  194. </div>
  195. {/block:TagPage}
  196.  
  197. <div class="autopagerize_page_element">
  198.  
  199. {block:Posts}
  200. <div class="block{block:Photo} photo{/block:Photo}">
  201. <div class="post {block:Photoset}photoset{/block:Photoset}{block:Quote}quote pad{/block:Quote}{block:Link}link pad{/block:Link}{block:Text}text pad{/block:Text}{block:Chat}chat pad{/block:Chat}{block:Audio}audio pad{/block:Audio}{block:Video}video{/block:Video}{block:Answer}ask pad{/block:Answer}">
  202.  
  203. {block:Quote}
  204.     <div class="quot">&ldquo;</div><h4>{Quote}</h4>
  205.     {block:Source}<div class="caption">- {Source}</div>{/block:Source}
  206.     {/block:Quote}
  207.  
  208. {block:Photo}
  209.     {LinkOpenTag}<img src="{block:IfNotLargerPosts}{PhotoURL-500}{/block:IfNotLargerPosts}{block:IfLargerPosts}{PhotoURL-HighRes}{/block:IfLargerPosts}" alt="{PhotoAlt}" width="{block:IfNotLargerPosts}500px{/block:IfNotLargerPosts}{block:IfLargerPosts}650px{/block:IfLargerPosts}" border="0px" />{LinkCloseTag}
  210.         <div class="photo-info">
  211.             <b><a href="{ReblogURL}">reblog</a></b>&nbsp;&nbsp;
  212.             {block:ContentSource}<b>source:</b>{block:SourceLogo}<a href="{SourceURL}"><img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /></a>
  213.             {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}&nbsp;&nbsp;{block:RebloggedFrom}<a href="{ReblogParentURL}" title="reblogged from">{ReblogParentName}</a>&nbsp;&nbsp;{/block:RebloggedFrom}{/block:ContentSource}
  214.             {block:Answer}<b>asked:</b>{Asker}&nbsp;&nbsp;{/block:Answer}
  215.             {block:NoteCount}<b>notes:</b><a href="{Permalink}#notes" title="notes">{NoteCount}</a>&nbsp;&nbsp;{/block:NoteCount}
  216.             {block:Audio}<b>plays:</b>{PlayCount}&nbsp;&nbsp;{/block:Audio}
  217.             <b>posted:</b><a href="{Permalink}" title="permalink">{TimeAgo}</a>&nbsp;&nbsp;
  218.             {block:HasTags}<b>tags:</b>{block:Tags}<a href="{TagURL}" style="text-transform: lowercase;">{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}
  219.             </div>
  220.         {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}<div class="caption pad">{Caption}</div>{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  221.         {block:IfShowCaptions}{block:Caption}<div class="caption pad">{Caption}</div>{/block:Caption}{/block:IfShowCaptions}
  222.     {/block:Photo}
  223.  
  224. {block:Photoset}
  225.     {Photoset-500}
  226.         {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}<div class="caption pad">{Caption}</div>{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  227.         {block:IfShowCaptions}{block:Caption}<div class="caption pad">{Caption}</div>{/block:Caption}{/block:IfShowCaptions}
  228.     {/block:Photoset}
  229.  
  230. {block:Video}
  231.     <center>
  232.     {Video-500}
  233.     </center>
  234.         {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}<div class="caption pad">{Caption}</div>{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  235.         {block:IfShowCaptions}{block:Caption}<div class="caption pad">{Caption}</div>{/block:Caption}{/block:IfShowCaptions}
  236.     {/block:Video}
  237.  
  238. {block:Link}    
  239.     <h3><a href="{URL}" {Target}>{Name} ↘</span></a></h3>
  240.     {block:Description}<caption>{Description}</caption>{/block:Description}
  241.     {/block:Link}    
  242.  
  243. {block:Chat}
  244.     {block:Title}<h2>{Title}</h2>{/block:Title}
  245.     <table class="chat" style="border-spacing: 0px;">
  246.     {block:Lines}
  247.     <tr>
  248.     {block:Label}<td class="label" style="padding-right: 20px;">{Label}</td>{/block:Label}
  249.     <td class="line">{Line}</td>
  250.     </tr>
  251.     {/block:Lines}
  252.     </table>
  253.     {/block:Chat}
  254.  
  255. {block:Audio}
  256.     <center>
  257.     <div class="audio">
  258.     <table border="0px" cellspacing="0px" cellpadding="0"><tr>
  259.     {block:AlbumArt}
  260.     <td style="padding-right: 8px;"><a href="{Permalink}">
  261.         <img border="0" src="{AlbumArtUrl}" width="27px" height="27px" />
  262.         </a></td>
  263.         {/block:AlbumArt}
  264.     <td width="auto">{AudioPlayerBlack}</td>
  265.     {block:ExternalAudio}
  266.     <td style="padding-left: 8px;"><a href="{ExternalAudioURL}" title="download">
  267.     <div style="width: 27px; height: 27px; background-color: #000; color: #fff; vertical-align: middle; text-align: center; font-size: 110%;">
  268.         ▼
  269.     </div></a></td>{/block:ExternalAudio}
  270.     </tr>
  271.     </table>
  272.     {block:Caption}<caption>{Caption}</caption>{/block:Caption}</div>
  273.     </center>
  274.     {/block:Audio}
  275.  
  276. {block:Text}
  277.     {block:Title}<h3>{Title}</h3>{/block:Title}
  278.     {Body}
  279.     {/block:Text}
  280.  
  281. {block:Answer}
  282.     <table width="100%" border="0px" cellpadding="0" cellspacing="0"><tbody style="border-spacing: 0px; padding: 2px;">
  283.     <tr><td width="48x" style="vertical-align: top; width: 48px; padding: 0px; padding-right: 20px;">
  284.     <img height="48px" width="48px" style="padding: 0px; margin: 0px;" src="{AskerPortraitURL-96}"/>
  285.     </td><td style="background-color: {color:Post Background}; padding: 0px;">
  286.     <strong><big>{Question}</big></strong>{Answer}
  287.     </td></tr></tbody></table>
  288.     {/block:Answer}
  289.  
  290. </div>
  291.  
  292. {block:PostNotes}
  293. <div id="notesbloque" class="post"></div>
  294. <div id="notes" class="post">
  295. {PostNotes}
  296. </div>
  297. {/block:PostNotes}
  298.  
  299. {block:Date}
  300. <div class="post-info">
  301. <b><a href="{ReblogURL}">reblog</a></b>&nbsp;&nbsp;
  302. {block:ContentSource}<b>source:</b>{block:SourceLogo}<a href="{SourceURL}"><img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /></a>{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}&nbsp;&nbsp;{block:RebloggedFrom}<a href="{ReblogParentURL}" title="reblogged from">{ReblogParentName}</a>&nbsp;&nbsp;{/block:RebloggedFrom}{/block:ContentSource}
  303. {block:Answer}<b>asked:</b>{Asker}&nbsp;&nbsp;{/block:Answer}
  304. {block:NoteCount}<b>notes:</b><a href="{Permalink}#notes" title="notes">{NoteCount}</a>&nbsp;&nbsp;{/block:NoteCount}
  305. {block:Audio}<b>plays:</b>{PlayCount}&nbsp;&nbsp;{/block:Audio}
  306. <b>posted:</b><a href="{Permalink}" title="permalink">{TimeAgo}</a>&nbsp;&nbsp;
  307. {block:HasTags}<b>tags:</b>{block:Tags}<a href="{TagURL}" style="text-transform: lowercase;">{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}
  308. </div>
  309. {/block:Date}
  310.  
  311. </div>
  312. {/block:Posts}
  313.  
  314. </div>
  315.  
  316. {block:IfNotInfiniteScrolling}
  317.  
  318. {block:Pagination}
  319. <div class="post" id="pagination">
  320.             {block:PreviousPage}
  321.                 <a href="/" title="first page"><big>«</big></a>
  322. <a href="{PreviousPage}" title="previous page"><big><big>&lsaquo;</big></big></a>
  323.             {/block:PreviousPage}
  324.             {block:JumpPagination length="5"}
  325.                 {block:CurrentPage}
  326.                     <span class="current_page">{PageNumber}</span>
  327.                 {/block:CurrentPage}
  328.                 {block:JumpPage}
  329.                     <a class="jump_page" href="{URL}">{PageNumber}</a>
  330.                 {/block:JumpPage}
  331.             {/block:JumpPagination}
  332.             {block:NextPage}
  333.                 <a href="{NextPage}" title="next page"><big><big>&rsaquo;</big></big></a>
  334.         <a href="/page/{TotalPages}" title="last page"><big>»</big></a>
  335.             {/block:NextPage}
  336. </div>
  337. {/block:Pagination}
  338.  
  339. {/block:IfNotInfiniteScrolling}
  340.  
  341. </div>
  342.  
  343. <div id="side">
  344.  
  345.  
  346. <div id="title" class="side">
  347. <a href="/" title="{Title}">
  348. {block:IfNotTitleImage}<h2 style="text-transform: none;"><big><big>{Title}</big></big></h2>{/block:IfNotTitleImage}
  349. {block:IfTitleImage}<img src="{image:Title}" width="220" alt="{Title}" border="0" /><br />{/block:IfTitleImage}
  350. </a>
  351. </div>
  352.  
  353.  
  354. {block:Description}
  355. <div id="info" class="side pad">
  356. <h2>info</h2>
  357. <div style="text-align: justify;">
  358. {Description}
  359. </div></div>
  360. {/block:Description}
  361.  
  362.  
  363. <div id="links" class="side pad">
  364. <h2>links</h2>
  365. <div><ul>
  366. {block:HasPages}
  367. {block:Pages}<li><a href="{URL}">{Label}</a></li>{/block:Pages}
  368. {/block:HasPages}
  369. {block:AskEnabled}{block:IfNotShowAskBox}<li><a href="/ask">{AskLabel}</a></li>{/block:IfNotShowAskBox}{/block:AskEnabled}
  370. {block:SubmissionsEnabled}<li><a href="/submit">{SubmitLabel}</a></li>{/block:SubmissionsEnabled} 
  371. <li><a href="/archive">Archive</a></li>
  372. <li><a href="http://themes.pouretrebelle.com/">Theme</a></li>
  373. </ul></div></div>
  374.  
  375. {block:AskEnabled}{block:IfShowAskBox}
  376. <div id="ask" class="side pad">
  377. <h2>ask</h2>
  378. <div>
  379. <iframe frameborder="0" scrolling="no" width="100%" height="149" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form"></iframe>
  380. </div></div>
  381. {/block:IfShowAskBox}{/block:AskEnabled}
  382.  
  383. <!--
  384. IF YOU STEAL ANY OF THE FOLLOWING SCRIPTS I WILL CUT YOU, IT TOOK ME AGES TO WRITE AND EDIT THEM. I WILL KNOW IT IS YOU. DON'T YOU DARE. IF YOU WISH TO USE THEM PLEASE MESSAGE ME AND I MIGHT ALLOW IT WITH APPROPRIATE CREDIT BUT OTHERWISE IT IS FORBIDDEN
  385. -->
  386.  
  387. {block:IfTwitterUsername}
  388. <div id="twitter" class="side pad">
  389. <h2><a target="_blank" href="http://www.twitter.com/{text:Twitter Username}">Twitter</a></h2>
  390. <div><script type="text/javascript" src="http://static.tumblr.com/me5sfsd/JrXleg5st/twitter.js"></script>
  391. <ul id="twitterfeed"></ul>
  392. <script type="text/javascript" src="http://twitter.com/statuses/user_timeline/{text:Twitter Username}.json?callback=twitterCallback2&count=5"></script>
  393. </div></div>
  394. {/block:IfTwitterUsername}
  395.  
  396. <!--
  397. READ MESSAGE ABOVE
  398. -->
  399.  
  400. {block:IfFlickrID}
  401. <div id="flickr" class="side pad">
  402. <h2><a target="_blank" href="http://www.flickr.com/photos/{text:Flickr ID}">Flickr</a></h2>
  403. <div><ul id="flickrfeed"></ul>
  404. <script type="text/javascript">
  405. $.getJSON("http://api.flickr.com/services/feeds/photos_public.gne?id={text:Flickr ID}&lang=en-us&format=json&jsoncallback=?", function(data){
  406.     $.each(data.items, function(i,item){
  407.     $("<img/>").attr("src", item.media.m).attr("border", "0").appendTo("#flickrfeed")
  408.     .wrap("<li><a href='" + item.link + "' class='flick'></a></li>");
  409.     if ( i == 3 ) return false;
  410. });});
  411. </script>
  412. </div></div>
  413. {/block:IfFlickrID}
  414.  
  415. <!--
  416. READ MESSAGE ABOVE
  417. -->
  418.  
  419. {block:IfLastfmUsername}
  420. <div id="lastfm" class="side pad">
  421. <h2><a target="_blank" href="http://www.last.fm/user/{text:Lastfm Username}">Last FM</a></h2>
  422. <div><script type="text/javascript" src="http://static.tumblr.com/me5sfsd/bQgleg5sb/lastfm.js"></script>
  423. <ul id="lastfmfeed"></ul>
  424. <script type="text/javascript">
  425. $('#lastfmfeed').lastfm({ params : { limit : 5, user : '{text:Lastfm Username}' } })
  426. </script>
  427. </div></div>
  428. {/block:IfLastfmUsername}
  429.  
  430. {block:Likes}
  431. {block:IfShowLikes}
  432. <div id="likes" class="side">
  433. <h2><a target="_blank" href="http://www.tumblr.com/liked/by/{Name}">Likes</a></h2>
  434. {Likes limit="5" summarize="100" width="170"}
  435. </div>
  436. {/block:IfShowLikes}
  437. {/block:Likes}
  438.  
  439. <div id="search" class="side pad">
  440. <form action="/search" method="get" style="height: 20px;">
  441. <input type="text" id="searchin" name="q" value="Search" placeholder="Search" onfocus="if (this.value == 'Search') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Search';}"/>
  442. </form>
  443. </div>
  444.  
  445.  
  446. </div>
  447.  
  448. </div>
  449.  
  450. </body>
  451. </html>
  452.  
Any help would be appreciated :)
May 19 '11 #1
1 1800
drhowarddrfine
7,435 Expert 4TB
1) There is no appearance tab on that page.
2) There is no appearance tab in your code.
3) Your code is not valid html.
4) Firefox does not generate such errors. It must be from somewhere else.
May 19 '11 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Jim Buzbee | last post by:
I'm a newbiwe trying to position one small image on top of a larger one. Based on various examples, I'm trying the solution below. Only problem is that it doesn't work :-( Both x and y in the...
4
by: Gequina | last post by:
Something goes wrong in my script. I'm all new to it so i don't know much yet. I have a set of buttons. And when you click on either of them, the background image will change. Only it's not...
4
by: Change PH to F... | last post by:
I am working on some code that is currently in javascript that I would like to be able to do in CSS if possible and 100% eliminate JS. At the URL http://www.aerosmithfans.com/index2.html there is...
0
by: Larry | last post by:
Hi all, Does anyone here can teach me how to capture the print out or a printer into a image? What actually I wanna do is to capture the print out and save into a richtextbox. Appreciate for...
2
by: Mitchell Vincent | last post by:
I've been trying to get a standard toolbar to play nice with some nice icons that I have. When I put them on a button or anything they look perfect, but through an imagelist and on a toolbar they...
1
by: Coby Herd | last post by:
I have a content mgmt page that allows a user to update products in his store - (actually a used car lot). All of the fields work perfectly - when he puts content in.changes prices, etc it writes...
1
by: KitKat | last post by:
With the help of kind, brilliant folks, I have been working on this program that uses a combo box selection to display six different jpgs. The jps are a time stamp, and the files are located in six...
2
by: rodchar | last post by:
hey all, i downloaded a clip art from microsoft's office site. i have a web page with a non-white background. but the image has a white background. is there anyway to fix this? thanks, rodchar
0
by: =?Utf-8?B?VHV4ZWRv?= | last post by:
I run a server 2003 network and all computers have a network image folder. I am trying to create and application usuing visual basics 2005 that would allow users to chose photos which they would...
3
by: duckboy1981 | last post by:
Hi, I am having a problem with the site tiltle in an intranet project i am currently doing. The image is a small image that repeats across the title area but when i load a page it does not appear,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.