That is what i tried, but it does not work as i want it to...
This is what my code looks atm...
Code:
{strip}
<font color="#FF6600">Note:</font>
You can press the navigation bar to quickly be able to move between related
categories, last one in list is the one you are currently browsing.
<a href="home.php">
<font class=NavigationPath>{$config.Company.company_name}</font>
</a>
{if $last_location ne ""}
::
{if $last_url ne ""}
<a href="{$last_url}">
{/if}
<font class=NavigationPath>{$last_location}</font>
{if $last_url ne ""}
</a>
{/if}
{/if}
{if $location}
<font color="#FF6600">::</font>
{section name=position loop=$location}
{if $location[position].1 ne "" }<a href="{$location[position].1}">{/if}
<font class=NavigationPath>{$location[position].0|escape}</font>
{if $location[position].1 ne "" }</a>{/if}
{if %position.last% ne "true"}<font color="#FF6600">::</font>
{/if}
{/section}
{/if}
{/strip}
dunno really in wich way i should set the breakings, i tested everywhere i think