How to get bullet points for sub link in quick launch

Hi All,

I am using sharepoint 2013 and I dont know how to get bullet point.

Earlier I worked on sharepoint 2007 and share point 2010 there I used

<LevelSubMenuStyles>
  <asp:submenustyle CssClass="ms-navsubmenu1" />
  <asp:submenustyle CssClass="ms-navsubmenu2 leftNavigatorItems" />
</LevelSubMenuStyles>

to get bullet but this is not working in sharepoint 2013

Can any one help me?

Thanks

July 29th, 2013 4:39pm

Hi,
For this issue, Im trying to involve someone familiar with this topic to further look at it.
Thanks,
Free Windows Admin Tool Kit Click here and download it now
August 3rd, 2013 3:29am

Where are you adding the bullets? If you're doing that on a page, the ribbon allows you to format your text and add bullets. You can edit the content in plain HTML as well and just put the appropriate tags as below.

<ul>
   <li>Bullet1</li>
   <li>Bullet2</li>
   <li>Bullet3</li>
</ul>
August 13th, 2013 5:02am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics