Pesquisar no site de suporte

Evite golpes de suporte. Nunca pedimos que você ligue ou envie uma mensagem de texto para um número de telefone, ou compartilhe informações pessoais. Denuncie atividades suspeitas usando a opção “Denunciar abuso”.

Saiba mais

Esta discussão foi arquivada. Faça uma nova pergunta se precisa de ajuda.

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

  • 2 respostas
  • 1 tem este problema
  • 13 visualizações
  • Última resposta de 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

Solução escolhida

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"
Ler esta resposta 👍 1

Todas as respostas (2)

more options

Solução escolhida

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 !