Excuse me if this is a simple question, but im not super computer literate.
I have managed to install coppermine, load picture etc - but how do i link the link on my dreamweaver index page to the index page of coppermine subdirectory?
how do i change the theme of coppermine to mirro my web template, but still keep the coppermine function buttons etc.
Tks
If you want to link to your Coppermine page, just insert an anchor tag.
<a href="http://yoursite.com/yourcopperminedirectory">Go to Gallery</a>
If you want to make Coppermine match your site, you'll have to create a custom theme. Please read the documentation that came with Coppermine for more information.
thanks - so simple when you know how :)