Printable Version of Topic

Click here to view this topic in its original format

HTMLHelp Forums _ Web Site Functionality _ background color and image framing on tumblr

Posted by: threelinesorless Feb 27 2012, 06:58 PM

hey guys,

newbie here. i'm trying to make two adjustments to my tumblr blog: http://threelinesorless.tumblr.com/

1) if you'll notice, some of the frames of the photo posts are larger than the photo themselves. i'd like to have the frames match the size of the picture.

-i know very little about html. i've tried different solutions that i've found around the web; namely playing with the scr image width/height, which seems is only affecting the photo, not the frame.

2) also, i'd like to be able to adjust the color of the different sections of the blog--the color adjustments aren't available for all sections of the blog on tumblr's customization panel.

-if you'll notice, there is a very light blue color on some of the sections. i tried plugging in different color numbers into all of the available spots in the html, but none of them did anything.

i've checked here for more info, but i still can't get it to work: http://www.tumblr.com/docs/en/custom_themes

i've attached the code.

any help would be greatly appreciated! thanks in advance!

-jared





Attached File(s)
Attached File  NEW_tlol_html_2_25_12.txt ( 27.39k ) Number of downloads: 399

Posted by: threelinesorless Mar 1 2012, 05:47 PM

could really use someone's kind assistance here. pulling my hair out blink.gif

many thanks smile.gif

Posted by: threelinesorless Mar 1 2012, 05:48 PM

double post

Posted by: Darin McGrew Mar 1 2012, 06:23 PM

Unfortunately, the regulars here don't know much about Tumblr. We can usually help with HTML, CSS, JavaScript, etc., but not with specific tools like Tumblr or Dreamweaver.

Posted by: pandy Mar 1 2012, 09:14 PM

Have you read through their FAQ? Not that I know if it helps.
http://www.tumblr.com/help

Posted by: threelinesorless Mar 2 2012, 01:29 PM

QUOTE(pandy @ Mar 1 2012, 09:14 PM) *

Have you read through their FAQ? Not that I know if it helps.
http://www.tumblr.com/help


yep i've tried their "help" menu. it's horrible. thanks for the suggestion though smile.gif

Posted by: threelinesorless Mar 2 2012, 01:32 PM

QUOTE(Darin McGrew @ Mar 1 2012, 06:23 PM) *

Unfortunately, the regulars here don't know much about Tumblr. We can usually help with HTML, CSS, JavaScript, etc., but not with specific tools like Tumblr or Dreamweaver.


thanks for the response. hmm, i know this is probably a total newbie question but, am i not working with html? i mean, i've been working in the "edit html" section of tumblr.

i've searched all over......is anyone aware of a proper tumblr help forum? the email support for tumblr doesn't provide help for html issues. wacko.gif

thanks!

Posted by: Darin McGrew Mar 2 2012, 05:42 PM

You're working with HTML, but it's mingled with Tumblr markup, and it's the Tumblr markup that appears to be the problem. For example:

CODE
<title>Example Title</title>
is HTML, and:
CODE
{Title}
is Tumblr markup, and:
CODE
<title>{Title}</title>
is HTML and Tumblr markup combined in a way that is common for Tumblr themes.

Powered by Invision Power Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)