You’re welcome Gioska,
If you would like to discuss the job with me, email me at my previously listed email address. 🙂 I may be willing to make it for you.
– John
Thread Starter
gioska
(@gioska)
you write I’m fairly new to php and very new to WP.
and do you want make a template for a gallery site?
Touché, gioska..
Well I pretty much replicated the bestwebgallery home page without any problems. Let’s just say that I’m a quick learner. lol
and as for your other support question (http://wordpress.org/support/topic/87601?replies=2)
I don’t know if you are still seeking an answer to this, but…
To constrain the width, have you tried something along the lines of:
.post img {
max-width: $$$px;
height: auto;
}
where $$$ is the desired maximum width??
Similarly, you can restrain the max-height..
Let me know if it doesn’t work.
– John