forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Themes/Skins/Templates => Topic started by: ortem on September 11, 2005, 08:47:56 am

Title: where is the standard table???
Post by: ortem on September 11, 2005, 08:47:56 am
???

I now realize that the layout of coppermine relies heavily on tables and I just spent the last 30+ mins trying to shift the "standard table(s)" which holds the gallery itself to the left and I just can't seem to find the code on that... I probably passed right by it several times

any help would be appreciated...
Title: Re: where is the standard table???
Post by: ortem on September 11, 2005, 09:00:10 am
actually it is the row themselves that I am looking to move... I see the main tables in the html template

thanks
Title: Re: where is the standard table???
Post by: artistsinhawaii on September 11, 2005, 10:08:39 am
ortem,

CPG uses both tables, rows (tr), and columns (td).  If you see  "class=" identifier in a table, td, or tr block, chances are you can find correlating attributes in the CSS file in the theme you are working with.

Most of the table coding affecting your layout would reside in your Theme.php file.

Be sure to make a backup copy of your original theme.php and css files before altering them.



Dennis