Can You Put an Image in Your Description Section on Tumblr?
By Mircea Gabriel Suciu
Adding an image to the description section of your Tumblr blog will make your page more dynamic and attractive. You can use the Edit HTML tool provided by the service to locate the code that adds the description box to your page and manually insert an image using HTML tags. The picture you add must be hosted online.
Click on your blog's name in your Tumblr dashboard, select "Customize appearance" and click "Edit HTML" to open the source code editor tool.
Press "Ctrl-F" and type "block:Description" (without quotes) in your browser's search box to locate the code corresponding to the description of your page.
Add the image to the description box using the HTML img tag. For example, if your image is hosted at www.server.com/example_image.jpg you would add the following line to the description block:
<img src="www.server.com/example_image.jpg">
Press "Save" to save your preferences and add your image to the Tumblr description box.
Tips
If you want to upload an image from your computer you need to use an online image hosting service to generate a URL for the picture.
References
Writer Bio
Based in Manchester, United Kingdom, Mircea Gabriel Suciu has been writing articles in the field of technology since 2010. He is currently pursuing a Master of Engineering degree in computer science from the University of Manchester.