HTML: Insert image on homepage
This is a new theme offered on Blogger's theme page. Initially, on the homepage, there was an image of a cat that I can't seem to remove/edit of. So I figured I had to, somehow, understand which line of the html format of the website is giving instructions on posting the image and delete it.
And, voila! After some trials and errors, I've done it. Anyway, I wanted to take notes on html instructions on inserting an image on a website for future references, hence a random HTML post on inserting image.
(I had to figure out what's the location for the image first)
(line 3382 - 3384)
<div b:whitespace='remove' class='hero-image'>
<b:class cond='data:skin.vars.body_background.image' name='has-image'/>
</div>
And, voila! After some trials and errors, I've done it. Anyway, I wanted to take notes on html instructions on inserting an image on a website for future references, hence a random HTML post on inserting image.
(I had to figure out what's the location for the image first)
(line 3382 - 3384)
<div b:whitespace='remove' class='hero-image'>
<b:class cond='data:skin.vars.body_background.image' name='has-image'/>
</div>
BEFORE:
AFTER:



Comments
Post a Comment