Hello there,
here´s the link to our gallery (still in work) www.alwayscountry.net/coppermine
My first question is how to get the entire page always to 100%. I set my table height to 100% and tried several other things. But if you click on a picture you´ll see that the page isn´t full screen and the body ends with an ugly white cut. Of course we have small pics in there but somehow it should work that I have my theme full screen. Any ideas on this?
The other question is, I don´t want ppl to register and upload pics. Only the admin should be allowed to do that. The visitors are allowed to see the pics but no registration should be allowed. Is that possible? I can´t look at my admin menu right now - doesn´t work. I read that I should delete temp files etc. but I can´t do that atm because I´m streaming music LOL
Thanks in advance,
Susanne
Add a 100% height to your html and body in your css file.
html, body {
height: 100%;
}
You can disable user registrations in config. Please respect the one question per thread policy in future.
Thanks for the fast reply. And I´m sorry because of the 2 questions. I didn´t read the rules and I´ll promise for the future.
Thanks,
Susanne