Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Цей вебсайт матиме обмежену функціональність, доки ми проводимо його обслуговування для поліпшення роботи. Якщо прочитана стаття не розв'язала вашу проблему і ви хочете поставити питання, наша спільнота підтримки з радістю допоможе вам на @FirefoxSupport у Twitter та /r/firefox на Reddit.

Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Докладніше

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

symbol not supported by firefox or where will i find symbol font

  • 3 відповіді
  • 1 має цю проблему
  • 4 перегляди
  • Остання відповідь від cor-el

more options

WHEN I USE BULLET LIST IN FIREFOX USING DEVEXPRESS RICH EDITOR FONT-FAMILY SYMBOL BULLET SHOWING VERY SMALL

WHEN I USE BULLET LIST IN FIREFOX USING DEVEXPRESS RICH EDITOR FONT-FAMILY SYMBOL BULLET SHOWING VERY SMALL

Усі відповіді (3)

more options

You shouldn't use the Symbol font, but use the Unicode version of such a character.

It is best to always use the Unicode representation of characters to avoid font problems, because in that case any font that supports those symbols can be used. It works on all platforms if you have a font installed that covers this Unicode range.

more options

You can generate a bulleted list in HTML using the Unordered List (<ul>) element. Then Firefox will take care of the symbol for you, matching the size of the bullet to the accompanying text.

https://developer.mozilla.org/docs/Web/HTML/Element/ul

Does the DevExpress editor generate standard HTML unordered lists or does it do something else? If it generates standard HTML, perhaps there is a problem with the style rules inserted by the tool.

more options

Can you attach a screenshot?

  • use a compressed image type like PNG or JPG to save the screenshot
  • make sure you do not exceed the maximum size of 1 MB

Can you post a link to a publicly accessible page (i.e. no authentication or signing on required) or post the code that you used?