Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

How do I assign a 16x16 icon to a bookmark in the toolbar?

  • 3 trả lời
  • 1 gặp vấn đề này
  • 1 lượt xem
  • Trả lời mới nhất được viết bởi jpillera

more options

I have a 16x16 icon I want to assign to a toolbar bookmark. My God this is lame. It's 2018. Why am I not able to do this?

I have a 16x16 icon I want to assign to a toolbar bookmark. My God this is lame. It's 2018. Why am I not able to do this?

Tất cả các câu trả lời (3)

more options
more options

Perhaps something like this might work:

#personal-bookmarks .bookmark-item[label="label name here"] image {
  list-style-image: none !important; 
  background: url(your image here) no-repeat !important;
  width: 0 !important;
  padding-left: 16px !important;
}
more options

Sonny, You mean well sir. But it can't be that hard. ZERO coding. I have a utility that makes "favicons." So grab a screen capture, convert it to a 16x16 icon file. All that remains is to "point" the web browser to that icon.

For example, if I "right click" on a browser bookmark, there should be a button to direct the browser to a 16x16 ico file. See what I mean? Zero coding should be involved.

So in the enclosure's case, I grabbed this from VistaPrint's web site (they make business cards). Ran it thru a utility to transform it from JPG to an ICO file. Now all I need to do is tell the browser where that ICO file is. Even for purposes of this tech support thread - the file name was disabled.

Best regards, Joe