How to change the DIV Width when showing picture
Posted: 19 Aug 2010, 04:56
Hi,
I am using this syntax in my article:
{phocagallery view=category|categoryid=1|imagerandom=1|displayname=0|displaydetail=0|displaydownload=0|detail=4}
It works fine the only thing is the box around the picture is to wide. I have changed the default padding and margin to zero, as you can see in sourcecode below. The strange thing is the DIV Width is 455px, while my picture is only 435px. Why is it 20px wider and how can I change this?
<div class="phocagallery-box-file pgplugin1" style="height:326px; width:455px;margin: 0px;padding:0px;">
Backend Category View Settings (List of Images):
I have set the Margin + Padding both zero
I am using this syntax in my article:
{phocagallery view=category|categoryid=1|imagerandom=1|displayname=0|displaydetail=0|displaydownload=0|detail=4}
It works fine the only thing is the box around the picture is to wide. I have changed the default padding and margin to zero, as you can see in sourcecode below. The strange thing is the DIV Width is 455px, while my picture is only 435px. Why is it 20px wider and how can I change this?
<div class="phocagallery-box-file pgplugin1" style="height:326px; width:455px;margin: 0px;padding:0px;">
Backend Category View Settings (List of Images):
I have set the Margin + Padding both zero