Hi again,
This refers to RandomPhoto.ascx and Gallery.ascx
The image borders seem to be styled twice; once in their respective module.css sheets and once inline. The bit of code that's doing it is this:
class="photo_198" style="border:4px solid white"
where the class points to:
.photo_198 { border: 4px solid #FFFFFF; }
I think the inline style takes precedence in the render.. but in any case; should one of these go? or am I just being pedantic... I'm not really sure.
Rob |