I am modifying them to suit my main website, but when I change the HTML in template.html, and add class='.....'.. refering to my CSS file, none of them work... any help?
You probably forgot to change the path to the css file in the template.html.
The path is correct as I just updated the css file provided
Post a link.
Sorry wrong
http://www.wickettowicket.com/gallery/
I can't see any use of new classes in your template.html. What did you change?
No I wanted it to have the same menubar and stuff from my forum http://www.wickettowicket.com/forum/
Then edit themes/classic/template.html (http://www.wickettowicket.com/gallery/themes/classic/template.html), find<link rel="stylesheet" href="themes/classic/style.css" type="text/css" />
and add after it (into a new line)<link rel="stylesheet" type="text/css" href="http://www.wickettowicket.com/forum/Themes/SoftMC_Blue/style.css?fin11" />
<link rel="stylesheet" type="text/css" href="http://www.wickettowicket.com/forum/Themes/default/print.css?fin11" media="print" />
, as you will have to "tell" Coppermine to take your custom CSS of your forum into account.
Thanks!