forum.coppermine-gallery.net

No Support => Feature requests => Topic started by: khm1972 on March 17, 2004, 08:38:12 am

Title: New frame look??
Post by: khm1972 on March 17, 2004, 08:38:12 am
Hi

I would like to create new frames for my intermidiate and full size photos but don't know where and what to change.

I would like the new frame to consist of
1. A 1 pixel wide frame all around the photo
2: A 20 pixel wide black frame around the white frame

How do I do this????

Best regards
Klaus www.markussens.dk
Title: New frame look??
Post by: Joachim Müller on March 17, 2004, 09:57:17 am
in themes/yourtheme/theme.php, find
Code: [Select]
style="border: 1px solid #000000; background-color: #FFFFFF; margin-top: 30px; margin-bottom: 30px;and modify accordingly.

GauGau
Title: New frame look??
Post by: khm1972 on March 17, 2004, 05:04:29 pm
Hi Gau Gau - it works with the intermediate - but where do I change it for the full size images? ?

Hope you will take the time!

K


Quote from: "gaugau"
in themes/yourtheme/theme.php, find
Code: [Select]
style="border: 1px solid #000000; background-color: #FFFFFF; margin-top: 30px; margin-bottom: 30px;and modify accordingly.

GauGau
Title: New frame look??
Post by: Joachim Müller on March 17, 2004, 09:02:45 pm
in displayimage.php, find
Code: [Select]
<table cellspacing="2" cellpadding="0" style="border: 1px solid #000000; background-color: #FFFFFF;">You may have to edit the stylesheet as well (depends on what you want to change)

GauGau