Have you noticed those stupid borders around my images like in my guide to ship effects post? I have. If you know how to remove those borders through the Blogger HTML, please help! I hate those unevenly spaced borders and want to get rid of them altogether!
Vak'Atioth | A Documentary Short
4 days ago
2 comments:
In your blog's design template, in the CSS, there is this section:
.post img {
padding:4px;
border:1px solid $bordercolor;
}
Remove the line "border:1px solid $bordercolor;" completely.
Thanks, it worked! :)
Post a Comment