Hi all. My frame template has a generic [MIDDLE] section in it which spits out the breadcrumbs, page title and content.
I'm trying to style the breadcrumbs, but there are no classes or ids associated with them so I'm trying to add a class.
Does anyone know where this code is located?
Thanks.
I'm trying to style the breadcrumbs, but there are no classes or ids associated with them so I'm trying to add a class.
Does anyone know where this code is located?
Thanks.
Code:
<div id="midContent"> <div class="data height">MIDDLE</div> </div>
Comment