Forums

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

Home Forums CSS Border Adds Padding At Bottom of Images Re: Border Adds Padding At Bottom of Images

#134743
MBM
Participant

@wolfcry911

div.row1 {margin-left:290px;}
div.row2 {margin-left:290px;}

.imgrow1 {
font-size: 16px;
float: left;
color: #ffffff;
margin:10px 10px 10px 10px;
border:1px solid #333333;
display:block;
}

.imgrow2 {
font-size: 16px;
float: left;
color: #ffffff;
margin:10px 10px 10px 25px;
border:1px solid #333333;
display:block;
}

shoes

shoes

Live here :

http://mbmitservices.co.uk/pcommerce/index.html


@Xordan

I added display:block; but it didn’t work.