error message when moving breadcrumbs

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
toolman
Forum Members
Forum Members
Posts: 51
Joined: Wed Sep 12, 2007 5:10 pm

error message when moving breadcrumbs

Post by toolman »

Hi,

I am trying to move my breadcrumb tag, but when I move it, I get this error:

string(134) "Smarty error: [in tpl_body:25 line 32]: syntax error: unrecognized tag: width: 960, height: 1920 (Smarty_Compiler.class.php, line 446)" string(111) "Smarty error: [in tpl_body:25 line 32]: syntax error: unrecognized tag '' (Smarty_Compiler.class.php, line 590)"

Does anyone know what could be causing this?

Thanks
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: error message when moving breadcrumbs

Post by Dr.CSS »

Those are most times from using {  } in the wrong way and this part makes me think you tried to include some CSS/styling in it some where, styles should be in the style sheets not in the template, if you are moving it all you need to move is...

{breadcrumbs starttext='You are here' root='Home' delimiter='»'}
Post Reply

Return to “Layout and Design (CSS & HTML)”