Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS BLOGGER – Add black frame around photo AND remove margin under photo Re: BLOGGER – Add black frame around photo AND remove margin under photo

#124260
hendrix940
Participant

on only the IMG tags … then, I would write it like this:

img {
border: 1px solid black;
margin-bottom: 0em;
}
Check out this Pen!