bullets

How do I keep Numbered Lists indented in html/css?

How do you keep numbered lists indented using HTML/CSS? I have a page where the digits are not indented and it does not look good. Here is a sample page: http://php.wmsgroup.com/eofd6.org/volunteer.html CSS is at: http://php.wmsgroup.com/eofd6.org/in.css Thanks! ...

Bullets MarkerStyle with C# WPF

I am currently trying to figure out a way to change the Bullet MarkerStyle when EditingCommands.ToggleBullets is executed. From what I understand CommandManager.Execute is executed before the togglebullets is done. So I am unable to simply go in and change the List.MarkerStyle with the ExecutedRoutedEvent. Can anyone point me in the righ...

Ruby: Replacing bullets pasted from MS Word

I need to remove bullet symbols from text pasted from MS Word, but I can't figure out what to match on. When printed to STDOUT the symbol displays as ⢠The ascii codes for these characters are 194 and 162. The ascii code for • symbols is 149 Any suggestions how to proceed either in JavaScript or Ruby code? ...

How to read text containing bullets from a table row inside a word doc using POI

HI, I am trying to read a word doc that contains a table using POI. The requirement is to create rows in a Database Table with the information extracted from the table rows in the word document. For example, my word doc has a table like: Heading Description Heading1 summary related to heading1 Heading2 summary related to heading2 ........

Webkit browsers pushing a bullet to the right.

The website that I'm currently working on is having a few issues with Webkit browsers (Chrome, Safari, etc.) One of those issues is that I have a bullet list that is displaying strange. The top bullet item is going to the right of the list rather than the left. I can't seem to fix it. I've tried overflow:hidden, I've tried list-style...

Custom <ul> image bullets not showing up in Internet Explorer?

Here is the code I am using: .customBulletList { list-style-image: url(images/bullet.png); } The weird thing is that it shows up in Firefox, Chrome, Safari, and Opera. Is this CSS property not supported in IE or something? Thanks in advance. ...

Bullet indents in PowerPoint 2007 compatibility mode via .NET interop issue

Hello. I've got a really difficult bug and I can't see the fix. The subject drives me insane for real for a long time. Let's consider the following scenario: 1) There is a PowerPoint 2003 presentation. It contains the only slide and the only shape, but the shape contains a text frame including a bulleted list with a random textual repr...

Is it good to use bullet image inplace of browser default bullets for UL to get cross browser result?

Is it good to use bullet image inplace of browser default bullets for UL to get cross browser result? ...

Square bullet bug in DNN / FCKEditor.

i am facing a bug which comes in DNN / FCKEditor after creating a default list. Actually i put my own bullet in custom .. but the default square bullet also comes with this... Please tell me how to remove this bug. i try all CSS logics here. ...

How do you change the image of a bullet point in LaTeX Beamer

When I use the itemize environment, i.e. \begin{itemize} \item one \item two \item three \end{itemize} The bullet points are ugly bitmap graphics that have harsh (aliased) edges. I'd like it to be a nice, clean font character or vector graphic ...

HTML Bullet points to Word XML

I need to take user input from a web page and write it to a word document. Im using a wysywyg editor that allows bullet points with the output being a html list. I need to then convert that to Word XML. Any suggestions? I have the syntax/structure for the XML bullet lists but I need to convert the html list to the xml bullet point li...

Add text bullets to a C# form

I am creating a form in C# and need to display text on the form. I need some of the text to show up in a bulleted, unordered list. Is it possible to do this while using a label? Or a rich text box? I am not using ASP.NET and this is for a desktop app. My message should look like this: To continue please selected one of the actions belo...

CSS Horizontal Menu is showing list bullets

i am using this code... for a Horizontal CSS menu which is working fine on jsFiddle but when i am using it in my site.. it is giving me bullets of the list, see the image below.... HOW TO GET RID OF THESE BULLETS F1 F1 Help !!! Any Key ...