Home › Forums › CSS › Help with Lightbox css and JS , include them in a general CSS › Re: Help with Lightbox css and JS , include them in a general CSS
June 19, 2012 at 7:08 pm
#104619
Member
my idea is to brake your design in 3 parts: 1. the header, 2. body, 3. footer. you can include the js file in the footer. Don’t know if you worked with wordpress platform before, but i think is the best starting point for you. So in the end if you have a file called header.php and a file called footer.php in your index.php file you can include the 2 file using:
After that will be the body of you page and after the body will be
This is only a thought! Cheers.