recaptcha problem

Until yesterday everything was fine. I was able to complete recaptcha. But when I tried searching something today, I couldn't do it because of the recaptcha. It was stuck… (funda kabanzi)

Until yesterday everything was fine. I was able to complete recaptcha. But when I tried searching something today, I couldn't do it because of the recaptcha. It was stuck on infinite loading. Every website I visited the problem was there. I tried fixing it from the tips I found in the forum here but nothing seems to work. I was frustrated. Then I tried Brave browser and it was working. Please help me fix this problem. Thank you.

Asked by MOVIE BOSS 1 usuku oludlule

Last reply by MOVIE BOSS 32 imizuzu edlule

User Name keeps changing. The fix I read does not work for me in 2024. Please, please help.

""Description: COX Server Name: smtp.mail.yahoo.com Port: 465 Connection Security: SSL/TLS Authentication method: OAuth2 User Name: your user name, duh - Mine keeps chang… (funda kabanzi)

""Description: COX Server Name: smtp.mail.yahoo.com Port: 465 Connection Security: SSL/TLS Authentication method: OAuth2 User Name: your user name, duh - Mine keeps changing the user name to the last name I put into any of my 6 accounts. The only way it will send mail is if the correct user name is in the correct account (obviously). Why is it changing constantly? click OK""

I've read the "fixes" from 2023 and they do not work for me. I tried changing the DESCRIPTION to blank, didn't work. Changed them to the corresponding e-mail for the account. Didn't work. Changed it to "SMTP" with the corresponding e-mail. Didn't work.

It keeps changing the last one I edit to the one I edited before it. It's driving me crazy. Won't send mail unless the User Name is correct (obv.)

Whole mess started when forced to switch from Cox to Yahoo recently. Seems to be working other than TB changing the name as soon as I type in the next one in the next email address and then it not working until I change the User Name back to the proper e-mail address of the 6 accounts.

Asked by ceeveekay 1 usuku oludlule

Last reply by ceeveekay 1 ihora elidlule

Cannot connect to att.net account on computer

It all started about 3 days ago. I was having problems accessing my att.net email account on both my iMac running Thunderbird 115.10.1 and on my iPhone running iOS 17.4.1… (funda kabanzi)

It all started about 3 days ago. I was having problems accessing my att.net email account on both my iMac running Thunderbird 115.10.1 and on my iPhone running iOS 17.4.1. I changed login password and was able to get the mail on iPhone, but not on the computer running Thunderbird. I got the settings information for both POP3 and IMAP from att. I first tried to go into Thunderbird and was able to find the email protocol settings and they were correct for POP3, but still not retrieve email. The error message I last received is, "Sending of password for user ******@att.net did not succeed. Mail Server inbound.att.net responded:[SYS/TEMP] Server error - Please try again later.

Asked by mcclungjohn 7 amahora adlule

Last reply by mcclungjohn 1 ihora elidlule

I deleted Thunderbird, Installed latest version. in Thunderbird "Use Primary Password" is clicked so I can't reset primary P/W

I deleted Thunderbird, than Installed latest version. Now in Thunderbird "Use Primary Password" is clicked so I can't reset primary P/W. Previous P/W doesn't work becau… (funda kabanzi)

I deleted Thunderbird, than Installed latest version. Now in Thunderbird "Use Primary Password" is clicked so I can't reset primary P/W. Previous P/W doesn't work because there is no P/W there as far as I can see. Instructions I found: "Tools> Developer Tools> Error> etc. There is no "Error" button. Instead I get Incoming Connection (attachment) and an other screen that I don't understand. Can you help please? Thank you Ilio Pieroni

Asked by Ilio Pieroni 2 ezinsukwini ezidlule

Last reply by Ilio Pieroni 3 amahora adlule

Space bar not working.

Problem with using space bar when trying to post replies on YT or other sites. Can key text, but space bar does not work. On Google search page, can get only one space be… (funda kabanzi)

Problem with using space bar when trying to post replies on YT or other sites. Can key text, but space bar does not work. On Google search page, can get only one space between words. Tried 2 different keyboards w/same problem. Doesn't seem to happen on Chrome or Safari. Re-installed Firefox with same results. Any thoughts, please? Thank you.

Asked by fullyladenswallow 1 usuku oludlule

Last reply by fullyladenswallow 4 amahora adlule

userChrome.css - Help With Customizing Tabs (part 2)

Hi All, I would like the content area of my tabs moved up so that the box is filled with the actual tab color, without the white background, and also the text will be ve… (funda kabanzi)

Hi All,

I would like the content area of my tabs moved up so that the box is filled with the actual tab color, without the white background, and also the text will be vertically centered. Right now, the text is dropping too close to the bottom of the tab.

Had this looking very nice in FF 88 with the same code, as you can see in the attached images, but it seems to render differently in FF 115 ESR and FF 125.

Below is some code I used to style the tabs, but the problem exists without this code as well.

I've also included some "tabs on bottom" code I'm using as well at the very bottom.

Would sure like to get those Classic Toolbar Buttons working again too (shown in the second image), but that will be a later request :)

Any help is appreciated.

Thanks!

/* Highlight non-selected tabs on mouseover */ .tabbrowser-tab:not([selected]):hover .tab-content {

  background-color: #dbe3eb !important;

}

  1. TabsToolbar {
 -moz-box-ordinal-group: 3 !important;
 padding-top: 0 !important;
 padding-bottom: 0 !important;
 height: 25px !important;
 background-image: url("bkmr_back.gif") !important;
 border-top: 1px solid #afc0d2 !important;
 border-bottom: 1px solid #8698aa !important;

}

/* Background color of selected tab */ .tab-background[selected="true"] {

   background-attachment: none!important;
   background-image: none!important;
   background-color: #eef5fc !important;

}

/* Background color of non-selected tab */ tab-background:not([selected]) {

   color: #000000 !important;
   background-color: #c7d3e0 !important;

}

/* Border color & bold text for selected tab */

  1. TabsToolbar .tabbrowser-tab[selected] {
   font-weight: 700 !important;
   color: #000 !important;
   border-top: 1px solid #8698aa !important;
   border-left: 1px solid #8698aa !important;
   border-right: 1px solid #8698aa !important;

}

/* Border color & normal text for non-selected tab */

  1. TabsToolbar .tabbrowser-tab:not([selected]) {
   font-weight: 600 !important;
   color: #000 !important;
   border-top: 1px solid #afc0d2 !important;
   border-left: 1px solid #afc0d2 !important;
   border-right: 1px solid #afc0d2 !important;

}

/* -------------- TABS ON BOTTOM --------------- */ /* TABS: below nav-bar - updated for 89+ | 108+ | 113+ */

  • |*:root {
 --tab-toolbar-navbar-overlap: 0px !important;
 --tab-min-height: 25px !important; /* adjust */
 --tab-min-width:  80px !important; /* adjust */

}

  1. navigator-toolbox #TabsToolbar {
 position: absolute !important;
 bottom: 0;
 /* height: 27px !important; */
 height: 28px !important;
 width: 100vw !important;

}

/* navigator-toolbox - padding */

  • |*:root:not([chromehidden*="toolbar"]) #navigator-toolbox {
 position: relative !important; /*89+*/
 padding-bottom: calc(var(--tab-min-height) + 1px) !important; /*adjust*/
 background-color: var(--toolbar-bgcolor) !important;

}

/* TABS: HEIGHT */

  1. tabbrowser-tabs,
  2. tabbrowser-arrowscrollbox,
  3. tabbrowser-tabs .tabbrowser-tab {
 min-height: var(--tab-min-height) !important;
 max-height: var(--tab-min-height) !important;

}

.tab-stack {

 height: var(--tab-min-height) !important;

}

  1. TabsToolbar {
 height: var(--tab-min-height) !important;
 margin-bottom: 0px !important;
 /* box-shadow: ThreeDShadow 0 -1px inset, -moz-dialog 0 1px !important; /*optional*/
 /* background-color: var(--toolbar-bgcolor) !important; */
 color: var(--toolbar-color) !important;

}

/* drag space */ .titlebar-spacer[type="pre-tabs"], .titlebar-spacer[type="post-tabs"] {

 width: 40px;

}

/* Override vertical shifts when moving a tab */

  1. navigator-toolbox[movingtab] > #titlebar > #TabsToolbar {
 padding-bottom: unset !important;

}

  1. navigator-toolbox[movingtab] #tabbrowser-tabs {
 padding-bottom: unset !important;
 margin-bottom: unset !important;

}

  1. navigator-toolbox[movingtab] > #nav-bar {
 margin-top: unset !important;

}

/* hide indicators and caption buttons */

  1. TabsToolbar .private-browsing-indicator {display: none !important;}
  2. TabsToolbar .accessibility-indicator {display: none !important;}
  3. TabsToolbar .titlebar-buttonbox-container {display: none !important;}
  4. TabsToolbar #window-controls {display: none !important;}

/* -------------- TABS ON BOTTOM --------------- */

Asked by Slouch 3 ezinsukwini ezidlule

Last reply by Slouch 5 amahora adlule

Is BCC working?

I sent an email with multiple BCCs and no CCs or TOs, I put myself as one of the BCCs. I did not receive it and I do not think anybody else did as well since I asked a f… (funda kabanzi)

I sent an email with multiple BCCs and no CCs or TOs, I put myself as one of the BCCs.

I did not receive it and I do not think anybody else did as well since I asked a few people.

The email is in the sent folder. I tried forwarding the email from my sent folder to myself as CC, and that worked. I also tried fowarding as BCC, and that worked.

So what is going on? Is BCC working? How can I know for certain? Do I need to foward the email as BCCs to all my BCCs to get this to work?

Thanks for your help.

Asked by Robert Boire 1 usuku oludlule

Last reply by Robert Boire 5 amahora adlule

Login problem

I deleted the old user names and passwords associated with my bank account. Now I can no longer login to my bank acct using Firefox. Only with another browser. I tried t… (funda kabanzi)

I deleted the old user names and passwords associated with my bank account. Now I can no longer login to my bank acct using Firefox. Only with another browser.

I tried to uninstall then reinstall Firefox but the problem continues. What to do now to login to my bank account?

Asked by chcats 7 amahora adlule

Last reply by chcats 5 amahora adlule

Thunderbird doesn't remember my outgoing email password

I was subscribed to a large distribution list, but then unsubscribed. But I didn't unsubscribe. So I subscribed again, but was soon unsubscribed again! My email address a… (funda kabanzi)

I was subscribed to a large distribution list, but then unsubscribed. But I didn't unsubscribe. So I subscribed again, but was soon unsubscribed again! My email address and password may have been hacked. So I logged into my Comcast ISP and changed my email password. Then I started Thunderbird, and as expected, it asked for my password, and I gave it. My email came up. I tried sending an email and it asked for a sending password. I ignored it, but after a long delay, it refused to send the message. So I tried again, this time giving it my new email password. The sending then worked. I assumed all was now OK.

But, as a final test, I exited Thunderbird, and then restarted. It again came up OK with my emails shown. Then I again tried sending a test message to myself. But it again asked for my sending password! Thinking this might be a scam, I put in a password of "bullshit". Then I received the following popup message:

Sending of the message failed. An error occurred while sending mail. The mail server responded: Polite people say HELO first. Please verify that your email address is correct in your account settings and try again.

What!!! It sure seems like someone (at Thunderbird?) is in the loop grabbing my password before encoding it for storage. A similar thing happened in the past, where I think my account was hacked. So, was this a hacking attempt, and if so, was it from Thunderbird software or my Comcast ISP?

Asked by Don Peters 9 amahora adlule

Last reply by Don Peters 6 amahora adlule

recapcha doesnt wor last version firefox

Hello, since the latest version of Firefox, as always, it breaks now if I want to enter instantgaming or it does not enter no matter how much I click on enter or in kingu… (funda kabanzi)

Hello, since the latest version of Firefox, as always, it breaks now if I want to enter instantgaming or it does not enter no matter how much I click on enter or in kinguin.net, when it asks me for the recapcha, it stays in an infinite loop and does not show the images. .

I have done safe mode and installed firefox from 0 and nothing, it is tedious that at this point a browser that has been having this type of problems for years because in opera, edge they do not give me these errors, it is tiring to always have to have a browser that fails due to anything.

I look forward to your help, thank you

Asked by kire 8 amahora adlule

Last reply by kire 6 amahora adlule

Cant use Tineye- used to work great until yesterday

Thru Firefox, I use Tineye to find related photos - I use it all the time, it's been great - I always use a VPN and have never had problems until now (as of yesterday). N… (funda kabanzi)

Thru Firefox, I use Tineye to find related photos - I use it all the time, it's been great - I always use a VPN and have never had problems until now (as of yesterday). Now it won't search, a verify you're human window comes up, and I have to keep clicking squares, which I do - but then it says to allow cookies and start over. Well I don't want to allow cookies (I assume it's one of the options I have thru Firefox to block cookies), and I can't find where to allow cookies even if I did (I went to Firefox preferences etc) and I don't want to disable my VPN. Maybe I should mention that I just added or started a Mozilla account, as I have had immense trouble with my aol emails, and am trying to move everything over to a gmail account. My sign in to Firefox was the aol email, and I had to (try, I thought I did it) add another account, which I think I did successfully. So it was right after that, that all this started. Help please! Thank you!

Asked by PocketDan 12 amahora adlule

Last reply by PocketDan 7 amahora adlule

thumder bird mail drafts folder

not sure if this is where i should be but i tried the Thunderbird help and got no answer. After the most recent Thunderbird up date and a Thunderbird install over e… (funda kabanzi)

not sure if this is where i should be but i tried the Thunderbird help and got no answer. After the most recent Thunderbird up date and a Thunderbird install over existing one when i go to my drafts folder and click on any draft or save message in there i get a yellow bar at the bottom of the page that i have never seen before . Now i do not want recreate a new profile and lose all my contacts book marks add on etc. how do i remove that yellow bar in Thunderbird mail

Asked by Mary 2 ezinsukwini ezidlule

Last reply by Mary 7 amahora adlule

Google calendar not syncing to Thunderbird Lightning

Computer crashed. After restoring, Google calendar is not syncing. No error message that I can see. I unsubscribed and resubscribed to no avail. I have no clue what to lo… (funda kabanzi)

Computer crashed. After restoring, Google calendar is not syncing. No error message that I can see. I unsubscribed and resubscribed to no avail. I have no clue what to look for and searching here is not helping as all the references to this are years old. Can someone help me figure out why this is happening?

Asked by pmruzicka 5 ezinsukwini ezidlule

Last reply by pmruzicka 7 amahora adlule

html shown as code only, in some emails in Thunderbird 115.10.1 (64-bit) (and some earlier versions

In a recent email Thunderbird sees an HTML message as plain text, and does not decode it. The message is decoded by my phone using "Email - Fast & Secure Mail by Edis… (funda kabanzi)

In a recent email Thunderbird sees an HTML message as plain text, and does not decode it. The message is decoded by my phone using "Email - Fast & Secure Mail by Edison Software". See attached screenshot. Normally Thunderbird suceeds where phone apps fail.

All other HTML messages seem OK

Here is the message source 40%; font-family: arial, helvetica, sans-serif; font-size: 16px; text-ali= gn: left; margin: 0; padding: 0;" align=3D"left">The UK Government introd= uced the new requirement last year which means voters in England have to = show an acceptable form of photo ID when voting at a polling station.</p>=

=A0

<a href=3D"https://lnks.gd/l/ey= JhbGciOiJIUzI1NiJ9.eyJidWxsZXRpbl9saW5rX2lkIjoxMDEsInVyaSI6ImJwMjpjbGljay= IsInVybCI6Imh0dHBzOi8vd3d3LmNoYXJud29vZC5nb3YudWsvVm90ZXJJRCIsImJ1bGxldGl= uX2lkIjoiMjAyNDA0MzAuOTQwNTc0OTEifQ.sF6WGrw7AMAA7KUoeJe3PefG-JsfcexOBU6ji= k9oZyQ/s/1080167471/br/241551225317-l" target=3D"_blank" rel=3D"noopener"= style=3D"color: #FFFFFF; text-decoration: none; -ms-word-break: break-al= l; word-break: break-word; -webkit-hyphens: none; -moz-hyphens: none; hyp= hens: none; background-color: #7F7384; border-radius: 3px; border-color: =
  1. 7f7384; border-style: solid; border-width: 8px 20px;">View the full list=
of accepted photo ID.</a>

=A0

People voting by post ar= e also being reminded to return their postal votes by Thursday May 2.

=

=A0

If you are unable to ret= urn your vote by post before Thursday May 2, you can take it your polling= station or the Council offices on polling day.

=A0

The Elections Act 2022 h= as made several changes to the existing electoral law which means from Th= ursday May 2, you will be only able to hand in a maximum of up to six pos= tal votes per poll. This includes your own postal vote, and postal votes = of up to five other people per poll.

=A0

If you are handing in po= stal votes at either a polling station or the Council offices, you will b= e also asked to complete a short =91postal vote return=92 form by a staff= member.

=A0

Voters are also reminded= not to post postal votes into the letterbox at the Council Offices, othe= rwise the postal vote will be rejected.

=A0

<a href=3D"https://lnks.gd/l/ey= JhbGciOiJIUzI1NiJ9.eyJidWxsZXRpbl9saW5rX2lkIjoxMDIsInVyaSI6ImJwMjpjbGljay= IsInVybCI6Imh0dHBzOi8vd3d3LmNoYXJud29vZC5nb3YudWsvcGFnZXMvdm90aW5nX2J5X3B= vc3QiLCJidWxsZXRpbl9pZCI6IjIwMjQwNDMwLjk0MDU3NDkxIn0.gcfM6b0PSr6dSbpI-4kF= 7mKXs-8XTkNGnVuzpzPyzkQ/s/1080167471/br/241551225317-l" target=3D"_blank"= rel=3D"noopener" style=3D"color: #FFFFFF; text-decoration: none; -ms-wor= d-break: break-all; word-break: break-word; -webkit-hyphens: none; -moz-h= yphens: none; hyphens: none; background-color: #7F7384; border-radius: 3p= x; border-color: #7f7384; border-style: solid; border-width: 8px 20px;">F= AQs about the changes to postal vote handling</a>

style="3D"=A0

A total of 76 polling st= ations staffed by more than 290 people will be open between 7am and 10pm = on May 2 so people cast their vote. Your poll card will tell you which po= lling station you must vote at and offer a list of the types of photo ID = which can be accepted.

style="3D"=A0

<a href=3D"https://lnks.gd/l/ey= JhbGciOiJIUzI1NiJ9.eyJidWxsZXRpbl9saW5rX2lkIjoxMDMsInVyaSI6ImJwMjpjbGljay= IsInVybCI6Imh0dHBzOi8vd3d3LmNoYXJud29vZC5nb3YudWsvbmV3cy8yMDI0LzA0LzMwL3J= lbWVtYmVyX3lvdXJfcGhvdG9faWRfb25fbWF5XzIiLCJidWxsZXRpbl9pZCI6IjIwMjQwNDMw= Ljk0MDU3NDkxIn0.Vy8Vw2ouSthk-IlFIovxn-WUZnjsbIRz-rdhoRPUQe4/s/1080167471/= br/241551225317-l" target=3D"_blank" rel=3D"noopener" style=3D"color: #FF= FFFF; text-decoration: none; -ms-word-break: break-all; word-break: break= -word; -webkit-hyphens: none; -moz-hyphens: none; hyphens: none; backgrou= nd-color: #7F7384; border-radius: 3px; border-color: #7f7384; border-styl= e: solid; border-width: 8px 20px;">Read the full story</a>

                   </td>
               </tr>
           </table>
       </td>
   </tr>
  =20
   <tr>
      <td>
                    =20
       </td>
   </tr>
  =20
   <tr>
     <td>
              =20
       </td>
   </tr>

</table> </td></tr></table> </td></tr></table>

=20


<font face="3D">Stay connecte= d with Charnwood Borough Council:</font>
<font><a href=3D"https://lnks.gd/l/eyJhbGciOiJ=

IUzI1NiJ9.eyJidWxsZXRpbl9saW5rX2lkIjoxMDQsInVyaSI6ImJwMjpjbGljayIsInVybCI= 6Imh0dHBzOi8vd3d3LmZhY2Vib29rLmNvbS9jaGFybndvb2RiYy8iLCJidWxsZXRpbl9pZCI6= IjIwMjQwNDMwLjk0MDU3NDkxIn0.mVdB-DNGWaVvLIUunjXvXGLNEhiY9U5eiu2KR_n0ibc/s= /1080167471/br/241551225317-l" target=3D"_blank" rel=3D"noopener">3D</a> =A0 <a href=3D"https://lnks.gd/l/eyJhbGciOiJI= UzI1NiJ9.eyJidWxsZXRpbl9saW5rX2lkIjoxMDUsInVyaSI6ImJwMjpjbGljayIsInVybCI6= Imh0dHBzOi8vdHdpdHRlci5jb20vQ2hhcm53b29kQkMiLCJidWxsZXRpbl9pZCI6IjIwMjQwN= DMwLjk0MDU3NDkxIn0.sE8T-OVOmsXsbMsYe_dbkIkKQBVLqdnbjhvdAVgHC6w/s/10801674= 71/br/241551225317-l" target=3D"_blank" rel=3D"noopener">3D</a> =A0 <a href=3D"https://lnks.gd/l/eyJhbGciOiJIUzI1NiJ9.ey= JidWxsZXRpbl9saW5rX2lkIjoxMDYsInVyaSI6ImJwMjpjbGljayIsInVybCI6Imh0dHBzOi8= vd3d3LmxpbmtlZGluLmNvbS9jb21wYW55L2NoYXJud29vZC1ib3JvdWdoLWNvdW5jaWwiLCJi= dWxsZXRpbl9pZCI6IjIwMjQwNDMwLjk0MDU3NDkxIn0.SXwaFZZofvE7dqdcVRxmTbrfC_-cZ= URKxlgi9Bh0p0A/s/1080167471/br/241551225317-l" target=3D"_blank" rel=3D"n= oopener">3D</a> =A0=A0<a href=3D"https://lnks= .gd/l/eyJhbGciOiJIUzI1NiJ9.eyJidWxsZXRpbl9saW5rX2lkIjoxMDcsInVyaSI6ImJwMj= pjbGljayIsInVybCI6Imh0dHA6Ly93d3cuZ292ZGVsaXZlcnkuY29tLyIsImJ1bGxldGluX2l= kIjoiMjAyNDA0MzAuOTQwNTc0OTEifQ.9yTH5OwyBcvraY5boXQryghr0umfi7phFg3JQOT4b=

Yo/s/1080167471/br/241551225317-l">3D</a></font>

<font face="3D">SUBSCRIBER SERVICES:</font>
= <font face="3D"><a href=3D"https://lnks.gd/l/ey= JhbGciOiJIUzI1NiJ9.eyJidWxsZXRpbl9saW5rX2lkIjoxMDgsInVyaSI6ImJwMjpjbGljay= IsInVybCI6Imh0dHBzOi8vcHVibGljLmdvdmRlbGl2ZXJ5LmNvbS9hY2NvdW50cy9VS0NIQVJ= OV09PRC9zdWJzY3JpYmVyL2VkaXQ_cHJlZmVyZW5jZXM9dHJ1ZSN0YWIxIiwiYnVsbGV0aW5f= aWQiOiIyMDI0MDQzMC45NDA1NzQ5MSJ9.ADY_mCtFVj0k-6qwoAYiXubR9bVJaKN7syF_GVGm= LIU/s/1080167471/br/241551225317-l" title=3D"Manage Subscriptions">Manage=

Subscriptions</a> =A0|=A0 <a href=3D"https://lnks.gd/l/eyJhbGciOiJIUzI1N=

iJ9.eyJxdWVyeV9wYXJhbXMiOlsidmVyaWZpY2F0aW9uIiwiZGVzdGluYXRpb24iXSwiYnVsb= GV0aW5fbGlua19pZCI6MTA5LCJ1cmkiOiJicDI6Y2xpY2siLCJ1cmwiOiJodHRwczovL3B1Ym= xpYy5nb3ZkZWxpdmVyeS5jb20vYWNjb3VudHMvVUtDSEFSTldPT0Qvc3Vic2NyaWJlci9vbmV= fY2xpY2tfdW5zdWJzY3JpYmUiLCJidWxsZXRpbl9pZCI6IjIwMjQwNDMwLjk0MDU3NDkxIn0.= ZO2r2bzqIgpwsQEhTGZwRXXOHA6-_EEKQOM8DlKS9Z8/s/1080167471/br/241551225317-= l?verification=3D5.3ed4547e2334334d63ec5be244543750&destination=3Droger%4= 0rogerwhill.plus.com" title=3D"Unsubscribe from All Topics">Unsubscribe A= ll</a> =A0|=A0 <a href=3D"https://lnks.gd/l/eyJhbGciOiJIUzI1NiJ9.eyJidWxs= ZXRpbl9saW5rX2lkIjoxMTAsInVyaSI6ImJwMjpjbGljayIsInVybCI6Imh0dHBzOi8vc3Vic= 2NyaWJlcmhlbHAuZ292ZGVsaXZlcnkuY29tLyIsImJ1bGxldGluX2lkIjoiMjAyNDA0MzAuOT= QwNTc0OTEifQ.ytrrtEdY68bcdjdm5MMeGMO7YeM07ml8wrjyELRncY0/s/1080167471/br/= 241551225317-l">Help</a></font>


This email was sent to roger@rogerwhill.plus.com us=

ing GovDelivery Communications Cloud, on behalf of: Charnwood Borough Cou=

ncil, Southfield Road, Loughborough, Leicestershire, LE11 2TX
<a href=3D"http=

s://lnks.gd/l/eyJhbGciOiJIUzI1NiJ9.eyJidWxsZXRpbl9saW5rX2lkIjoxMTEsInVyaS= I6ImJwMjpjbGljayIsInVybCI6Imh0dHBzOi8vc3Vic2NyaWJlcmhlbHAuZ3JhbmljdXMuY29= tLyIsImJ1bGxldGluX2lkIjoiMjAyNDA0MzAuOTQwNTc0OTEifQ.h2U8j7_4Qs8efNQJbTpo5= TBCOPo5JQmD5d2ohkQC4Rc/s/1080167471/br/241551225317-l" target=3D"_blank" = rel=3D"noopener">3D</a></= td>

</body> </html> =0A


=_NextPart_0D1_AF44_3A774989.0C0B5085--

Asked by R@RWH.+.com 2 ezinsukwini ezidlule

Last reply by R@RWH.+.com 7 amahora adlule

Weird fonts Wing Dings??

I keep hitting sites where menus and selection boxes turn into unreadable Wing Dings? On W11 and cleared and rest the font cache in Windows and still repeatedly seeing th… (funda kabanzi)

I keep hitting sites where menus and selection boxes turn into unreadable Wing Dings? On W11 and cleared and rest the font cache in Windows and still repeatedly seeing the issue?

Asked by Doug Sooley 10 amahora adlule

Last reply by Doug Sooley 9 amahora adlule

ff pass words gone

hi can anyone tell me how to get my saved passwords back into ff. they got deleted somehow by Clean Disk app instructions ive found on web are for everything except wha… (funda kabanzi)

hi can anyone tell me how to get my saved passwords back into ff. they got deleted somehow by Clean Disk app

instructions ive found on web are for everything except what i need thanks

Asked by bill 4 ezinsukwini ezidlule

Last reply by bill 9 amahora adlule

Boldfaced "S" does not print

When I view my bank statement in Firefox, everything appears fine, but when I print the statement, all occurrences of boldfce "S" on the printout are blank. This problem… (funda kabanzi)

When I view my bank statement in Firefox, everything appears fine, but when I print the statement, all occurrences of boldfce "S" on the printout are blank. This problem does not occur with Google. Running macOS Catalina, all maintenance applied, Firefox is at 125.0.3.

Asked by TheOld Crab 1 usuku oludlule

Last reply by TheOld Crab 9 amahora adlule

Browser issue with Microsoft Outlook

Hello, My name is Grey, and I'm experiencing an issue using Firefox as a browser to open my Outlook mail. For the past three days I have not been able to open any emails… (funda kabanzi)

Hello,

My name is Grey, and I'm experiencing an issue using Firefox as a browser to open my Outlook mail. For the past three days I have not been able to open any emails as a network error screen appears. Using other devices and other browsers like Edge, the emails open fine, so it is not actually a network issue. This problem only occurs using Firefox, and specifically with Outlook emails. Everything else functions fine and I have not made any changes, besides the regular Firefox update. My computer is also up to date.

What can I do about this issue? I appreciate the advice,

grey

Asked by AshenLion 3 ezinsukwini ezidlule

Last reply by AshenLion 13 amahora adlule

Missing emails following import!

Hello All, I have recently installed Thunderbird email client which populated on its own and before I was asked for an address or Password! This may be by design which i… (funda kabanzi)

Hello All,

I have recently installed Thunderbird email client which populated on its own and before I was asked for an address or Password! This may be by design which is not an issue as such. However, I noticed that none of my Laptop, WIN 10, Windows Live Mail subfolders were present.

I had imaged at some point I would have to import all my Folders and the emails from Window Live Mail using the importexporttools-3.3.2 program. I have also been made aware that sometimes the process would not be without errors. Nevertheless I forged ahead.

Unfortunately I have discovered there are odd emails missing. It seems I have two options to try and recover the missing contents. 1) To delete Thunderbird client altogether and fresh install, plus to import folders and emails again. Or 2) To repeat the import procedure by over writing, which will hopefully add the missing emails!

However, I have two questions, if I am able to over write. 1) Is it possible to repeat the import again? 2) Will the result be I end up with hundreds of duplicate emails as well as those missing emails?

Perhaps someone has experience of the outcome.

Thank you in advance.

Asked by diane.willsteed 3 ezinsukwini ezidlule

Last reply by diane.willsteed 14 amahora adlule