anybody knows how I can remove all borders/boxes around my images (not the thumbs)? Thanks
i found out how to do it thanks (in theme.php)
Did you change it for the intermediate or for the pop-up version also?
I would like to remove the the margin space from the pop-up so that the scrollbars don't always appear. Is this somewhere in theme.php or do I need to change something in scripts.js ?
style.css will probably do!
GauGau
Alright, now for the slideshow, I seem to have a 30pixel margin above & below the images. Is this somewhere in my theme's layout or is this built in to coppermine's other coded pages? The default theme & several others also appear to have this margin...
only one question per thread, please!
In theme.php, find
Quote// HTML template for intermediate image display
$template_display_picture = <<<EOT
<tr>
<td align="center" class="tableb" height="{CELL_HEIGHT}" style="white-space: nowrap; padding: 0px;">
<table cellspacing="2" cellpadding="0" style="border: 1px solid #000000; background-color: #FFFFFF; margin-top: 30px; margin-bottom: 30px;">
GauGau