Hi Again,
I know that this topic has been brought up before - I have read all of the post but still need to ask!
I would like to do 2 things...
I played around with the code but couldn't get it to work.
Thanks for your help!
P
Centering is a function of the CSS.
http://www.zenphoto.org/support/topic.php?id=2599&replies=16
Thanks for the link - I actually read through that one and tried this...
.image {
border: 0;
text-align:center; / attempt to center Image Page image /
margin-top:0px;
margin-bottom:0px;
padding:0px;
}
in the defult/white/css but with no luck. I hacked around the css for quite a while. I change a lot of thigs but could never get the main image to center. The image I'm talking about is the larger one that come up when you click on a thumbnail.
Am I missing something?