29 May 2017

How to Hide Image or Picture In Post? [Blogspot]

Super short post, just for me to remember when I'm doing this for my new post next time. I've got the idea from Bloguettes.com
Pretty much if you want it to show up as a thumbnail for your post at the landing page but don't want it to show up inside the post.

This is basically how you do it:

Step 1:
After you uploaded the image, change to 'HTML' format and search for the div container of your uploaded image that you want to hide.


Step 2:
Add this line of code in the div style of the image.

 display: none;


Step 3:
Revert back to 'Compose' and see the image go missing and you're done.

No comments:

Post a Comment