Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How can I make a second bookmarks toolbar in firefox?

0
Posted

How can I make a second bookmarks toolbar in firefox?

0

Of course its possible to create a ‘second bookmark toolbar’ under the first one. You just have to add a certain piece of code in the userChrome.css file. Create a file userChrome.css in the chrome subfolder of the profile folder of firefox. For this click on Start -> run > Type in %appdata% and hit OK. This will open application data folder or appdata\roaming if you’re in vista. From here browse to Mozilla \ Firefox \ Profiles \ xxxxxxxx.default (this is your profile folder). In here you’ll find the folder Chrome Enter the folder chrome and create the file userChrome.css In the file enter this code: #bookmarks-ptf {display:block} #bookmarks-ptf toolbarseparator {display:inline} you might want to add a comment before putting the above code…anything between /* and */ is taken as comment. so on the first line of userChrome.css put in something like: /*adding a second row of bookmarks toolbar*/ AFter that enter the code which i put above. Save the file and restart Firefox. There you are

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123