Spletno mesto bo delovalo z omejenimi zmožnostmi, medtem ko na njem izvajamo vzdrževalna dela za vas. Če članki ne rešijo vaše težave in želite zastaviti vprašanje, naša skupnost za podporo čaka na vas na @FirefoxSupport na Twitterju in na /r/firefox na Redditu.

Iskanje po podpori

Izogibajte se prevarantski tehnični podpori. Nikoli vam ne bomo naročili, da pokličete telefonsko številko ali nam pošljete osebne podatke. Sumljivo dejavnost prijavite z gumbom »Prijavi zlorabo«.

Več o tem

how can i print my list of bookmarks

  • 2 odgovora
  • 1 ima to težavo
  • 1 ogled
  • Zadnji odgovor od cor-el

more options

i can not print the bookmark list out

i can not print the bookmark list out

Izbrana rešitev

If you want indention then you can edit the HTML file and add this code just between the line with the meta tag and the title tag.

<style>
 dl > dt > dl { display: block; -moz-margin-start: 40px; }
 dl > dt > dl { margin-left:40px; }
</style>
Preberite ta odgovor v kontekstu 👍 0

Vsi odgovori (2)

more options

Export your bookmarks in bookmarks,html format, then open that file in Firefox, using File > Open File. Then see if that is suitable for your needs.
https://support.mozilla.org/en-US/kb/export-firefox-bookmarks-to-backup-or-transfer

more options

Izbrana rešitev

If you want indention then you can edit the HTML file and add this code just between the line with the meta tag and the title tag.

<style>
 dl > dt > dl { display: block; -moz-margin-start: 40px; }
 dl > dt > dl { margin-left:40px; }
</style>