hi guys I have a Html Site I am working on and I want to fit coppermine in the front page of my html template how do i go about this.
Thanks
Mike
you can't insert Coppermine into a static HTML site. In fact, you can't include it at all (using PHP's include/require command). The only option to do this with HTML only is using an IFRAME/FRAME (which is not recommended, as it has many drawbacks). You will have to create a theme for your coppermine install that mimmicks the look of your site.
Post an URL for further details.