forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Themes/Skins/Templates => Topic started by: Psychotic_Carp on May 14, 2005, 01:20:37 am

Title: Need help adding some html to boxes
Post by: Psychotic_Carp on May 14, 2005, 01:20:37 am
i started modifying the classic theme to the way i wanted it. its located here

http://www.foreverbroken.org/album/index.php

but i wanted to make each section have its own box, like this

http://img.photobucket.com/albums/v256/dave0616/Image5.png

editing the themes.php file doesnt seem to be helping me :(
Title: Re: Need help adding some html to boxes
Post by: Joachim Müller on May 14, 2005, 05:09:48 pm
If all tables are meant to have a wrapper, edit themes/yourtheme/theme.php, find
Code: [Select]
function starttableand
Code: [Select]
function endtable and edit the code beneath it.