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

#124259
hendrix940
Participant

@chrisp , so if I wanted to remove a margin-bottom attribute

element.style {
clear: right;
float: right;
margin-bottom: 1em;
margin-left: 1em;
}
Check out this Pen!