i have a webpage and basicly so far i have used eather <iframe> or <?php switchfunction ?> to show the contect ...
Now i have a problem. I have downloaded a simple image gallery with user registration and everything ... And i want to include this image gallery on my site.
With iframe i have a problem, couse it doesnt expand completly. lets say that only 90% of the contect shows up (height).
With php switch function i have a problem couse i will have to go and change all the hrefs ...
and if i use <div> in iframe it doesnt expand at all ...
so how can i include the gallery on the page as simple as posible?
