I'm using an adapted phpBB Nosebleed theme for coppermine.
Under the pictures, there are comments but they are not in a box or anything. I want them to be in seperate boxes. Maybe alternating colours slightly so that you can see a clear difference between them.
This is the code for the display of comments, how would I do this? My gallery is http://www.mothbox.co.uk/copper . I would warn though that some picture's and video's may be slightly unsuitable for some people - just 1 or 2... it's just for me and my mate's!
// HTML template for the display of comments
$template_image_comments = <<<EOT
<tr>
<td>
<ol class="commentlist">
<cite><b>{MSG_AUTHOR}</b></cite> Says:<br />
<small class="commentmetadata"><i>{MSG_DATE}</i>
Anyone?