cancel
Showing results for 
Search instead for 
Did you mean: 

Add bullets in Launcpad

former_member197475
Active Contributor
0 Kudos

Hi Experts,

I need to add bullets to a list of text items in launchpad Description. How can i do it?

I have copied the list of texts from MS-word and saved it, but while saving the launchpad the bullets are changed into character '#'.

Dont know whether it is a simple question or not, but have surfed a lot in SCN and could not able to resolve myself. Please guide me experts.

With Regards,

RAM

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Dear.

Please follow given step.

An unordered list starts with the <ul> tag. Each list item starts with the <li> tag.

The list items are marked with bullets (typically small black circles).

<ul>
<li>Time Recording</li>
<li>Leave Request</li>
<li>Time Satatement</li>
</ul>


Output

.Time Recording
.Leave Management
.Time Statement

An ordered list starts with the <ol> tag. Each list item starts with the <li> tag.

The list items are marked with numbers

<ol>
<li>Time Recording</li>
<li>Leave Management</li>
<li>Time Statement</li>
</ol>


Output

1.Time Recording
2.Leave Management
3.Time Statement

Thanks

Sivavardhan

former_member197475
Active Contributor
0 Kudos

Thanks Siva,

I have already told that HTML tags are not working and infact have tried this concept but it didn't help me:(

With Regards,

RAM

Former Member
0 Kudos

you can try with HTML tags <li> for example but I'm not sure if it will work. If not you could add * or °

former_member197475
Active Contributor
0 Kudos

Andy,

Thanks for your reply.

No, HTML tags are not working, as the description is reading the HTML tag as a normal text in portal:(

So is there any other way. Please let me know.

With Regards,

RAM.

Former Member
0 Kudos

maybe it's a codepage problem because I tried it here on my system and the bullets are saved. He did add # symbels after one line though.

former_member197475
Active Contributor
0 Kudos

Andy,

What is that code page problem? I can't get you.

Please assist.

With Regards,

RAM.