Define a Sidebar Column
Open your Tumblr dashboard, then select the blog to modify in your dashboard. Click “Customize,” then click “Edit HTML” to open the HTML editor. Define the column by inserting the following code between the “” tags in the CSS section of the theme code. You can style the sidebar, as desired, but the code below provides the base construct for the column: .sidebar { position: relative; left: 0px; top: 0px; } Insert the following code between the “
” and corresponding “
” tags in the body section of the HTML code where you want the column to appear. Replace the text “(Insert Your Sidebar Content Here)” with your own content. Click “Update Preview,” then click “Save” to save your changes. Click “Exit” to close the Customize menu.Define a Table with Rows
Open the theme code in the Tumblr HTML editor, then locate the
tag that you will use for your table. Create a new “
” section, if desired.
Insert the following code to define the new table. Replace “Cell 1,” “Cell 2,” etc. with your content. Use CSS styles to format the table, as desired.
Click “Update Preview,” then click “Save” to save your changes. Click “Exit” to close the Customize menu.
Use CSS styles to customize the look and feel of your columns. For example, to assign the color white as the background, insert the statement “background: #ffffff;” into the CSS code.
Writer Bio
