image border image border
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

image border

Started by bhoang, January 08, 2004, 03:08:15 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

bhoang

anybody knows how I can remove all borders/boxes around my images (not the thumbs)? Thanks

bhoang

i found out how to do it thanks (in theme.php)

xenorevlis

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 ?

Joachim Müller

style.css will probably do!

GauGau

xenorevlis

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...

Joachim Müller

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