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
in themes/yourtheme/theme.php, find style="border: 1px solid #000000; background-color: #FFFFFF; margin-top: 30px; margin-bottom: 30px;
and modify accordingly.
GauGau
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
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