Image gallery Template

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
kpandian
Forum Newbie
Posts: 2
Joined: Wed Oct 13, 2004 3:03 pm

Image gallery Template

Post by kpandian »

Hi
I am looking to build a huge image gallery for my website. I found this software called comdev Image gallery which takes care of all php details. Now i want these pages to be embedded to my website temple. I have no idea about how to go about it. Any help regarding this appreciated.

Thanks in advance,
kp
kettle_drum
DevNet Resident
Posts: 1150
Joined: Sun Jul 20, 2003 9:25 pm
Location: West Yorkshire, England

Post by kettle_drum »

Well what does this software you have do? What is the output? Have you tried something like coppermine?
kpandian
Forum Newbie
Posts: 2
Joined: Wed Oct 13, 2004 3:03 pm

Post by kpandian »

Actually this software automatically generate the pages for the gallery.But it doesnt gives it within my template.

pk
kettle_drum
DevNet Resident
Posts: 1150
Joined: Sun Jul 20, 2003 9:25 pm
Location: West Yorkshire, England

Post by kettle_drum »

Ok. Well open up the file that it produces and see what the html looks like and then grab what you want - probably just the table or div's which hold the images and then put that code into your template.

This is all assuming that your program doesnt let you use your own template :P
Post Reply