image border image border
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

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