coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: Jak on March 31, 2006, 11:49:39 AM

Title: <DIV ID="blahblah"> in template causes tags not to work
Post by: Jak on March 31, 2006, 11:49:39 AM
I'm creating a template with DIV tags instead of tables, and I ran into a problem.

In my template.html I have the following:

<div id="leftside"><p>{SYS_MENU}<br />{SUB_MENU}</p></div>

When this is onscreen I don't see the menu, I see:

{SYS_MENU}
{SUB_MENU}


The CSS for the "leftside" id is:

div#leftside{float:left;width:124px;margin-left:-750px}

If I put the menu tags anywhere else in the template they work fine.  Any ideas?
Title: Re: <DIV ID="blahblah"> in template causes tags not to work
Post by: Joachim Müller on March 31, 2006, 06:37:39 PM
Post a link!
Title: Re: <DIV ID="blahblah"> in template causes tags not to work
Post by: Jak on April 04, 2006, 04:30:25 AM
The theme's not done!  The site's not live! heh
Title: Re: <DIV ID="blahblah"> in template causes tags not to work
Post by: Joachim Müller on April 04, 2006, 06:26:16 AM
if your custom theme can't be previewed online, then zip your local dev copy and attach it to your posting. Wrapping the menu tokens into a div container won't break them, but putting them after the {GALLERY} token will.