Re: Putting a border on images
Cheers Ipstenu. I changed the post image so text wraps, and left the avatar as it was;
img { float: left; border: 1px solid #ddd; border-width: 3px; border-style: double; margin-right: 8px; }
img.avatar { float: none; display: block; border: 1px solid #ddd; border-width: 3px; border-style: double; }
Amazing how a simple change makes everything look so different.