coppermine-gallery.com/forum

Support => Older/other versions => cpg1.2 Standalone Support => Topic started by: bhoang on January 08, 2004, 03:08:15 AM

Title: image border
Post by: bhoang on January 08, 2004, 03:08:15 AM
anybody knows how I can remove all borders/boxes around my images (not the thumbs)? Thanks
Title: image border
Post by: bhoang on January 08, 2004, 03:29:40 AM
i found out how to do it thanks (in theme.php)
Title: image border
Post by: xenorevlis on January 08, 2004, 01:35:54 PM
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 ?
Title: image border
Post by: Joachim Müller on January 08, 2004, 03:10:49 PM
style.css will probably do!

GauGau
Title: image border
Post by: xenorevlis on January 09, 2004, 08:33:46 AM
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...
Title: image border
Post by: Joachim Müller on January 09, 2004, 09:45:19 AM
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