Dear Antoine,
I tried to write the css as you said, but there is still no border around my pictures. I have it now as shown. Any idea what’s wrong? My page is on wp 2.5
Greetings
Songline
.imageframe {
margin : 0 5px 5px 0;
padding : 5px;
border : 1px solid #808080;
}
.imgalignleft {
float : left;
}
.imgalignright {
float : right;
}
.imgaligncenter {
margin-left : auto;
margin-right : auto;
}
.alignleft {
float : left;
}
.alignright {
float : right;
}
.centered {
margin-left : auto;
margin-right : auto;
}
.right {
float : right;
}
.left {
float : left;
}