Got quick and hopefully easy question. It is...How can I add a divider line/section in QuickLaunch on SharePoint 2010? Any suggestions will be greatly appreciated!!!
|
The quick launch menu items are rendered by this template
See it in
Also you can modify this markup to insert your html. |
||||
|
|
|
As I like @Alexander's asnwer a lot, I'm curious towards what kind of sectioning you're looking for? If it is level based, then I'd go with Alexanders, but if it's "random", like grouping them this way
then I'd suggest javascript/jquery. Depending on what you like most. Example using jQuery:
As I said it's only an example :) Hope this helps :) |
|||
|
|
|
I did this through the interface: Site Actions > Site Settings > Look and Feel > Navigation In the 'Navigation Editing and Sorting' section, select the 'Current Navigation' item (which is the Quick Launch bar). Click 'Add Heading', and for the title enter a series of alt-196 keycodes. This keycode will produce a series of connected horizontal lines, like underscores, but vertically centered. Nothing is needed for any of the other fields. It will put your separator at the bottom, so just uses the 'Move Up' link to get it where you want it. Click 'OK' and check the result. |
|||
|
|