Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

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

how can i print my list of bookmarks

  • 2 replies
  • 1 has this problem
  • 1 view
  • Last reply by cor-el

more options

i can not print the bookmark list out

i can not print the bookmark list out

Chosen solution

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>
Read this answer in context 👍 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

Chosen Solution

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>