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.

Search Support

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.

Learn More

Natao arisiva ity resaka mitohy ity. Mametraha fanontaniana azafady raha mila fanampiana.

how can i print my list of bookmarks

  • 2 valiny
  • 1 manana an'ity olana ity
  • 1 view
  • Valiny farany nomen'i cor-el

more options

i can not print the bookmark list out

i can not print the bookmark list out

Vahaolana nofidina

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>
Hamaky an'ity valiny ity @ sehatra 👍 0

All Replies (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

Vahaolana Nofidina

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>