View Single Post
Old 06-15-2014, 04:52 AM   #1
odedta
Addict
odedta read the news today, oh boy.odedta read the news today, oh boy.odedta read the news today, oh boy.odedta read the news today, oh boy.odedta read the news today, oh boy.odedta read the news today, oh boy.odedta read the news today, oh boy.odedta read the news today, oh boy.odedta read the news today, oh boy.odedta read the news today, oh boy.odedta read the news today, oh boy.
 
Posts: 398
Karma: 96448
Join Date: Dec 2013
Device: iPad
list-style-type bullet

Hello,

I want to style a list just like the one in Microsoft Word. (View attached)

I used the following CSS code to style it:
Code:
.List-Style2
{
	list-style-type:none;
}

.List-Paragraph2:before {
	content: "\0x0076";
}
This doesn't work, I tried all sorts of codes but nothing seems to work, I prefer to avoid image if there is a working code for this because of scalability.

Do I have to embed a font to get this symbol?
Attached Images
 

Last edited by odedta; 06-15-2014 at 05:01 AM.
odedta is offline   Reply With Quote