Search found 4 matches

by Sean Delere
Fri Nov 10, 2006 10:15 am
Forum: NorCascade
Topic: lower level navigation
Replies: 4
Views: 16700

Could you not just remove the top level section in Actinic to leave you with the sections you want displayed?
by Sean Delere
Tue Nov 07, 2006 10:19 pm
Forum: NorCascade
Topic: Setting MaxDepth for certain sections
Replies: 2
Views: 12272

Setting MaxDepth for certain sections

Following on from my post about bold formatting certain named sections.

Would it be possible to alter the code to change the maxdepth setting for other sections to use as a way of 'hiding' sections?

Sean
by Sean Delere
Wed Nov 01, 2006 8:28 pm
Forum: NorCascade
Topic: Bold formating certain sections
Replies: 3
Views: 15518

Works a treat thank you Norman once I spotted the missing N in the second sectionname

if (sectionname.indexOf('My Section') > -1 ) sectioname = '<b>' + sectionname + '</b>';

Sean
by Sean Delere
Tue Oct 31, 2006 2:09 pm
Forum: NorCascade
Topic: Bold formating certain sections
Replies: 3
Views: 15518

Bold formating certain sections

Is it possible to have only some of the sections formatted bold within Norcascade?

I have set some 'dummy' sections within Actinic to act as titles and would like to make them stand out.

Alternativly is there a better way of doing this?