News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

Main Menu

New frame look??

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

Previous topic - Next topic

0 Members and 3 Guests 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