Information Technology Reference
In-Depth Information
or if you're feeling adventurous and think you can figure it out as you go, then by all
means, jump in! If you try, you might very well succeed.
Examining your theme's code
To begin editing your theme, click the Edit HTML button at the top of your blog's Cus-
tomize Theme page. You can access the Customize Theme page by clicking the Custom-
ize Theme button on your Dashboard sidebar. Clicking this button opens the HTML pan-
el for your selected theme, as shown in Figure 9-5.
If you examine the code in the HTML Editing panel on the left side of your screen by
scrolling up and down, you'll see that the code is broken up into logical sections, like a
regular HTML webpage:
Meta tags: At the top, there are Meta tags that control some of the customizable
features of the theme.
CSS: Below the Meta tags, you'll find a section of custom CSS used to style and pos-
ition the content within the theme.
JavaScript: You may also see some JavaScript code for adding IDs for Google ana-
lytics and linking to external jQuery and JavaScript files.
HTML: Beneath the JavaScript code, you'll see the HTML, which blocks out the dif-
ferent types of posts you can create on your Tumblr blog using variables and
{block} tags.
Search WWH ::




Custom Search