This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

Cari Bantuan

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Pelajari Lebih Lanjut

stop formatting of css code when answering a request for help

  • 2 balas
  • 1 memiliki masalah ini
  • 1 kunjungan
  • Balasan terakhir oleh Norbert38

more options

How do I stop the #'s being changed to digits??

/* Colored folders for Bookmark Menus. */ /* Standard folder -- on Toolbar and Menus */

  1. PlacesToolbarItems toolbarbutton[container="true"]:not([query="true"]) .toolbarbutton-icon,
-moz-any(
  1. PlacesToolbarItems,
  2. PlacesChevronPopup,
  3. BMB_bookmarksPopup,
  4. bookmarksMenu,
How do I stop the #'s being changed to digits?? /* Colored folders for Bookmark Menus. */ /* Standard folder -- on Toolbar and Menus */ #PlacesToolbarItems toolbarbutton[container="true"]:not([query="true"]) .toolbarbutton-icon, :-moz-any( #PlacesToolbarItems, #PlacesChevronPopup, #BMB_bookmarksPopup, #bookmarksMenu,

Solusi terpilih

Hi Norbert, use <pre> before and </pre> after a block of code to prevent it from being interpreted as wiki code.

Baca jawaban ini dalam konteks 👍 1

Semua Balasan (2)

more options

Solusi Terpilih

Hi Norbert, use <pre> before and </pre> after a block of code to prevent it from being interpreted as wiki code.

more options

Thanks

When I tried it earlier it wouldn't work. I was probably holding my mouth wrong.  :)