forum.coppermine-gallery.net

Support => Older/other versions => cpg1.3.x Support => Topic started by: porcupinepc on August 06, 2004, 03:50:58 pm

Title: Adding a email button as well as a marquee
Post by: porcupinepc on August 06, 2004, 03:50:58 pm
Hi everyone:

There are a few things that i would like to add to my Coppermine site.

First, i would like to add a email graphic button to the bottom of the page.

Second, i would like scrolling text (marquee) to scroll from right to left on the top.

And third, i would like the option of placing a banner at the top and bottom.

I believe the file i am to edit is template.html in my themes directory but am not sure where exactly to start placing code.

Joe

Title: Re: Adding a email button as well as a marquee
Post by: Nibbler on August 06, 2004, 04:27:00 pm
Things you want at the top of the page go at the top, things you want at the bottom of the page go underneath {GALLERY}. Just play around with it, you can always restore a backup of the template - you can't really do any harm.
Title: Re: Adding a email button as well as a marquee
Post by: kegobeer on August 06, 2004, 04:28:01 pm
As long as you don't change the code like {GALLERY}, you can put it anywhere you want.  If you want stuff at the top, consider putting it right after the <body> declaration, and likewise before the </body> declaration for stuff at the bottom.  Do a little experimenting to get the results you want.
Title: Re: Adding a email button as well as a marquee
Post by: Joachim Müller on August 07, 2004, 08:45:58 am
erm, shouldn't html content that goes to the top appear after <body> rather than after </head>?

GauGau
Title: Re: Adding a email button as well as a marquee
Post by: Casper on August 07, 2004, 11:08:10 am
Yes, of course.  Partially my fault  :-[.

Kegobeer had originally used '<head>' and '</head>, so I did a quick, but incorrect edit. :-[