Този сайт ще има ограничена функционалност, докато се извършва тече неговата поддръжка. Ако дадена статия не може реши проблема ви и искате да зададете въпрос, нашата общност е готова да ви помогне на @firefox в Twitter и /r/firefox в Reddit.

Търсене в помощните статии

Избягвайте измамите при поддръжката. Никога няма да ви помолим да се обадите или изпратите SMS на телефонен номер или да споделите лична информация. Моля, докладвайте подозрителна активност на "Докладване за злоупотреба".

Научете повече

Incorrect display of "code"-blocks in my favourite forum

  • 2 отговора
  • 1 има този проблем
  • 13 изгледи
  • Последен отговор от henkvbeek

more options

Frequently I visit the Parallax-Forum about the propeller chip. In these threats often there are examples in windows called "Code". Text in these code blocks are not readable. In IE all is correct.

URL: http://forums.parallax.com/showthread.php?141165-Does-an-Object-have-an-address-that-can-be-used-in-SPIN&highlight=spin+address+pointer

Frequently I visit the Parallax-Forum about the propeller chip. In these threats often there are examples in windows called "Code". Text in these code blocks are not readable. In IE all is correct. URL: http://forums.parallax.com/showthread.php?141165-Does-an-Object-have-an-address-that-can-be-used-in-SPIN&highlight=spin+address+pointer

Избрано решение

In what way do these code section not display properly?

Can you attach a screenshot?

Use a compressed image type like PNG or JPG to save the screenshot.


The CCS file specifies this for the font-family:

  • Parallax,Menlo,Consolas,"Andale Mono","Lucida Console","Nimbus Mono L","DejaVu Sans Mono",monospace,"Courier New";

You can use this extension to see which fonts are used for text that is selected (right-click context menu: Show fonts in selection).

You can do a font test to see if you can identify corrupted font(s).

You can try different default fonts and temporarily disable website fonts to test the selected default font.

  • Tools > Options > Content : Fonts & Colors > Advanced
  • [ ] "Allow pages to choose their own fonts, instead of my selections above"
Прочетете този отговор в контекста 👍 1

Всички отговори (2)

more options

Избрано решение

In what way do these code section not display properly?

Can you attach a screenshot?

Use a compressed image type like PNG or JPG to save the screenshot.


The CCS file specifies this for the font-family:

  • Parallax,Menlo,Consolas,"Andale Mono","Lucida Console","Nimbus Mono L","DejaVu Sans Mono",monospace,"Courier New";

You can use this extension to see which fonts are used for text that is selected (right-click context menu: Show fonts in selection).

You can do a font test to see if you can identify corrupted font(s).

You can try different default fonts and temporarily disable website fonts to test the selected default font.

  • Tools > Options > Content : Fonts & Colors > Advanced
  • [ ] "Allow pages to choose their own fonts, instead of my selections above"
more options

This solution did the trick. I will mention it to Parallax.

Thanks !