Hello,
I'm integrating my gallery in my site.
I changed the template.html and all going well exept for the menu, it is now displayed verical and not inline.
Any help to set this right?
http://www.paraglidinghome.com/paraglidingphotos/cpg148 (http://www.paraglidinghome.com/paraglidingphotos/cpg148)
You have added styles that interfere with Coppermine's. Specifically this one:
td img {
/* Another Mozilla/Netscape bug with making sure our images display correctly */
display: block;
}
Either remove it or make it more specific so that it only affects the places it is intended to.
Tanks again for your Super-Support!