Greetings,
So I am working on a site at the moment, and this is my first time REALLY using EE. I’ve played around with it before, but this is the first time I am actually taking advantage of it and it’s versatility. I’ve got to say it’s pretty fantastic, and I can’t imagine ever using another CMS (especially Business Catalyst). I am using NavEE’s breadcrumbs for my pages, and it keeps wrapping in unordered list tag pairs(<ul>) even though I have it set to wrap_type none. Any ideas how I can get it to stop wrapping? I need it to be unwrapped, so that the span and the breadcrumbs are displayed on the same line instead of there being a break between them. Here is my code;
<div class="breadcrumbs">
<span>// You Are Here: </span>{exp:navee:crumbs nav_title="main" wrap_type="none"}
</div>
Thank you if you can help,
-Sean Ford