I have two problems with slide show.
1. I can't see the "STOP SLIDESHOW" link at the bottom unless my curser is over it. Is the color for this in CSS(probably)? If so which one controls that link?
2. There is a very large amount of empty space above and below the pictures in slide show. Where can I fix this problem?
1. It is the 'navmenu' class. if you don't want to change it for other navmenu items, find this code in displayimage.php, and change the class;
<td align="center" class="navmenu" style="white-space: nowrap;">
<a href="javascript:endSlideShow()" class="navmenu">{$lang_display_image_php['stop_slideshow']}</a>
</td>
2. http://forum.coppermine-gallery.net/index.php?topic=2905.msg12870#msg12870
Note for future, we have a 1 question per thread rule.