Hi,
I would try something like this:
HTML Code:
div.img
**
margin: 2px;
border: 1px solid #0000ff;
height: auto;
width: auto;
float: left;
text-align: center;
}
div.img img
**
display: inline;
margin: 3px;
border: 1px solid #ffffff;
}
** are supposed to be left bracket but it isn't working for me right now.
Cheers!