how can i print my list of bookmarks
i can not print the bookmark list out
Chosen solution
by cor-elIf 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
Additional System Details
Installed Plug-ins
- WildTangent Games App V2 Presence Detector
- np-mswmp
- Conduit Plugin
- Shockwave Flash 11.5 r502
- Adobe PDF Plug-In For Firefox and Netscape 10.1.5
- The QuickTime Plugin allows you to view a wide variety of multimedia content in Web pages. For more information, visit the QuickTime Web site.
- iTunes Detector Plug-in
- Next Generation Java Plug-in 1.6.0_33 for Mozilla browsers
- NPRuntime Script Plug-in Library for Java(TM) Deploy
- Adobe Shockwave for Director Netscape plug-in, version 11.6.5.635
- 4.1.10329.0
- Picasa plugin
- CouponNetwork Coupon Activator
- GamingWonderland Installer Plugin Stub for 32-bit Windows
- Coupons, Inc. Coupon Printer Plugin
- Coupons, Inc. Coupon Printer DLL
- Zeon PDF Plugin For Mozilla
- NPWLPG
- The Hulu Desktop Plugin allows Hulu.com to integrate with the Hulu Desktop application.
- The plug-in allows you to open and edit files using Microsoft Office applications
Application
- User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:18.0) Gecko/20100101 Firefox/18.0
More Information
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
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>
Solution chosen
