New frame look?? New frame look??
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

Main Menu

New frame look??

Started by khm1972, March 17, 2004, 08:38:12 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

khm1972

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

Joachim Müller

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

GauGau

khm1972

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 style="border: 1px solid #000000; background-color: #FFFFFF; margin-top: 30px; margin-bottom: 30px;and modify accordingly.

GauGau

Joachim Müller

in displayimage.php, find<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