hi i m using a coppermine script
i want to know how can i add the banner to te script and link the banner to the desired url
can some please help me regarding this
thanks
edit themes/yourtheme/template.html and edit it as you see fit (use plain html). Relative links must be seen from the coppermine root instead of the theme sub-folder.
Example: add something like<a href="my_link.htm"><img src="/absolute/path/to/my/banner.jpg" border="0" alt="" /></a>
in the place of the logo in your theme.
If you want to add a banner rotation (i.e. dynamic scripting), things get a bit more complicated. If this is the case, post a link to your site and the code you want to add.