I just started using Phoca gallery and I have a problem. My images are aligned to the center instead of the left which causes them to be hidden. I looked through almost all of the files and I couldn't find where to change the alignment. Does anyone here have any ideas?
Code: Select all
<div id="phocagallery">
<center style="padding-top: 10px;">
<table border="0" width="100%">
<tbody>
<tr>
<td height="150" align="center" valign="middle" style="height: 150px;" colspan="6">
<div style="width: 640px;" id="image-box">
<a onclick="window.parent.document.getElementById('sbox-window').close();" href="#"><img alt="fazant" src="/images/phocagallery/thumbs/phoca_thumb_l_fazant.jpg"></a>
</div>
</td>
</tr>
</tbody>
</table>
</center>
</div>
