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
error message when moving breadcrumbs
Re: error message when moving breadcrumbs
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='»'}
{breadcrumbs starttext='You are here' root='Home' delimiter='»'}