how can i print my list of bookmarks
i can not print the bookmark list out
Ausgewählte Lösung
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>Diese Antwort im Kontext lesen 👍 0
Alle Antworten (2)
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
Ausgewählte Lösung
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>