Making my site more accessible

Hi — first off, this is not a question about font-size buttons! I find most people with low vision already have their defaults changed on their browsers and can enlarge the type themselves.
This is a question, instead, about ensuring that every line of text on my site shows up when a screen reader strips away the CSS and gives the low vision user just the text, where it can be easily read aloud by a speech synthesizer.
The problem in Muse is that if you create a second text box on the page, say a sidebar, that text does not come up. For instance, try this page:
http://www.thebigdivide.com
If you have a browser with a "Reader" or similar button, you will notice that only the main text is grabbed when you click it.
My understanding is that Muse was designed to be friendly to designers who have used InDesign (as I have, going back to PageMaker in 1985).  If that's the case, then why don't we have the ability to link text boxes on a page? That would solve this accessibility problem I'm describing, because the screen reader would pull up all the text on the page, even though it's sitting in different blocks.
If this is indeed a feature and I haven't discovered it, or someone can suggest a workaround, I'd appreciate it!

First you must establish the base font-size in your CSS like so:  This assumes 1em = 100% = 16px (standard browser default).
html {font-size: 100%}
body {font-size: 1em}
Then define your page layout and division widths in ems using the following formula:
1 divided by 16 = 0.0625
multiplied by the number of pixels required
= value in ems.
0.0625 X 900px = 56.25em
0.0625 X 300px = 18.75em
0.0625 X 150px = 9.375em
#wrapper { width: 56.25em}
#divName {width: 18.75em}
#divName img {width: 9.375em; height: 9.375em}
IMPORTANT!  If you don't wrap elastic images inside elastic containers, your page will fall apart when people increase text size in browser.
You can see a working DEMO of this method here:
http://alt-web.com/TEST/Resizable-ems-test.html
Good luck,
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media  Specialists
http://alt-web.com/
http://twitter.com/altweb

Similar Messages

  • Making our site to search by search engines like google, yeahoo...etc

    Hi All,
    To make our client site search and display results by google / yahoo or any other search engine what needs to be done?
    we kept "meta" tag keywords and description in all our html file and mastheaders.
    What we need to do for making our site searchable by search engines ( like yahoo search and google search etc)?
    Do we need to register with the search engine sites or search engine will search our site automatically by checking "meta" tags in our web pages.?
    All our webpages are in KM.
    Thanks,
    PradeeP

    Hi Pradeep,
    I havent tried this before, but would like to add my 2 cents to this topic.
    I guess you could start by submitting your site to google - http://www.google.com/addurl/
    Search engines rely on a lot more than just the meta tags and other header information. I guess Google relies on something called PageRank and also track backs in order to determine the relavance of your site to the search criteria.
    You may also search for document related to SEO (Search Engine Optimization) but not sure if that would work.
    Thanks,
    GLM

  • Flash site cannot accessible with mozilla firefox browser

    Hi. I want to ask something from you...
    I've maked a site, the site is in test stadium, is working in browsers IE8, Opera 10...
    ...but when i want to open in Mozilla Firefox, only the first index.html is visible (here is the navigation menu). the menu is working, but the site still stood. all links is accessing external swf files. i have a menu item, what is calling an html file swf...this is working too, but the html swf movie cannot cannot opening the accessible swf files from here. but this problem appears only in Firefox Browser. The page is working perfectly in IE or Opera...but for mie this is a mistake...i'm tested in a lot of pc's, with different versions of firefox, ie, and opera browsers but  with the exception of firefox, working fine.
    this is an incompatibility problem between flash & firefox?
    or a problem with the external preloading files? (the first index page is a swf too, but called by an html file...)
    i really don't know what's the problem, but this is so interresant, i think not only for me...
    i'm waiting your help. thank you and best regards

    Hello ZigZag,
    I did have disable the blocking content. Still it doesn't work. This is a problem that I face right now.
    I have submitted this problem to Mozilla Firefox team.
    I did not have any issues with Windows 8.1 with the same browser version Firefox 35.
    It having issues on Windows 10 build 9926.
    So it is either Windows 10 is having issues or Firefox or Adobe itself.
    Either one of it.
    I submitted the issues to both Firefox and Adobe for this matter. Right until now I have no reply from them.
    For your info, this laptop cannot download any Windows Build updates...
    I have to download the new build ISO manually. I wonder why I cannot get the new release of prebuild updates from Microsoft. Makes me wonder all the time. Why I cannot do any updates!
    Formatted the hard disk and do a clean install of Windows 10 beta build 9926.

  • I just purchased a new iMac, and can't get into my Wordpress blog. The username and password work on my old Macbook, iPhone4, etc, and all my other password-restricted sites are accessible...just not Wordpress. Ideas? New to all this...

    I just purchased a new iMac, and can't get into my Wordpress blog. The username and password work on my old Macbook, iPhone4, etc, and all my other password-restricted sites are accessible...just not Wordpress. Ideas? New to all this...Thanks! JP

    Try holding down the Shift key in Windows when opening iTunes. In the resulting dialogue you will get the option to create a new library or navigate to an existing one. The default location for your iTunes library is in C:\Documents and Settings\Username\My Documents\My Music\iTunes\ (or C:\Username\Music\iTunes\ in Vista). Look in there and see if you have more than one library file (they have the extension .itl) If you have more than one try opening them in turn, you may find your original library is still intact: How to open an alternate iTunes Library file

  • Site not accessible from the Load balanced web front end server - sharepoint 2010

    I have a production environment with 2 WFE's(sp-wfe1 & sp-wfe2), 2 APP's and 2 SQL clustered VM's.
    2 WFE's are load balanced using hardware load balancer.
    An A-Record(PORTAL) is created in DNS for the virtual IP of the load balancer which points to the 2 WFE's.
    A web application is created on the WFE's on port 80.
    alternative access mapping is configured and the load balanced record "http://PORTAL" is used under the default zone.
    Under IIS I have edited the bindings for the sharepoint site at port 80 and added the HOSTNAME as PORTAL.
    Result: The site is accessible from outside the server and works fine.
    ISSUE: The site is not accessible within the WFE's(sp-wfe1 & sp-wfe2).
    When I browse the site from the WFE's server it ask for the credentials and when I enter the credentials and click OK it ask the credentials again and again and in the end displays a blank page.
    Kindly help me in this issue because I am clueless and couldn't find anything helpful on the internet. 
    Regards,
    Mudassar
    MADDY-DEV Forum answers from Microsoft Forum

    Loop back check.
    http://www.harbar.net/archive/2009/07/02/disableloopbackcheck-amp-sharepoint-what-every-admin-and-developer-should-know.aspx

  • How to make a Flash site more searchable

    Hi all,
    I was wondering how to make a Flash site more searchable in
    search engines. I'm guessing it is with meta tags, can anyone tell
    me which meta tags or if there are any other hints or tricks.
    Thanks,
    MediaMan5335

    Sad to say MediaMan5335, there's no real defined way to read
    a Flash movie file. Currently there are tips and tricks to do it,
    but all of them are merely patches to somethin long overdue and
    needed. Since Google is setting the trend, the best way to gain
    ranking is to follow their set of new rules.
    There were several ways to gain rankings, whether is be
    paying your way to the top, putting multiple links within your
    site, or placing tons of words that would be read by spiders.
    Google has multiple articles pertaining to Search Engine
    Optizmization or SEO. Head on over to Google and just type in
    "Google SEO" and you'll find a multitude of articles.
    Right now to answer your question, META KEYWORDS and META
    DESCRIPTION are your best tools for METAs. Having legit links
    INBOUND and OUTBOUND will help.
    Currently there a several companies working on allowing SWFs
    to be read by Search Engines. Hopefully this helps answer your
    question. SEO can be a daunting thing.

  • Why site database server for Central Admin site not accessible?

    Hello everyone,
    I've this issue where; when connecting a primary site to existing central administration site; setup prerequisite checker 
    continue to notify it cannot establish connection to SQL server having central administration site database. The SQL server 
    having central site database is installed locally on the server central administration site is hosted on. Both servers 
    (central administration site server, the new server to host child primary site required to join that central administration 
    site) having following configuration:
    A. Central Administration site server, with site database server installed locally: 
    Name:             HQCAS
    OS:                WS 2008 R2 SP1, fully patched.
    SQL Server:     SQL Server 2008 R2 with SP2. Correct required SQL server collation set supported by CM2012.
    SQL Server named instance: CASDB
    Local firewall ports opened: 1433, 4022  (via inbound rules created in group policy, same GPO applies to primary site 
    server)
    SQL Server broker service Enabled: True.
    TCP/IP: All dynamic ports left blank to support static port 1433.Static port 1433 configured for all IPs. 
    IP Address: 10.1.1.250/8
    Local SAM:      Both server computer accounts added to local 'Administrators' group on both servers.
    Domain service account: svcCASDB
    SPNs registered:        2x, one for HQCAS hostname on instance CASDB on port 1433, second for FQDN for HQCAS on instance 
    CASDB on port 1433.
    SQL Server Logins:   Security group containing both computer accounts for HQCAS & STPRS. Both account having sysadmin SQL 
    server role assigned.
    SQL Server browser service running.
    B. Primary site server, with SQL server installed locally: to join HQCAS CM2012 hierarchy:
    Name:             STPRS
    OS:        WS 2008 R2 SP1, fully patched.
    SQL Server: SQL Server 2008 R2 with SP2. Correct required SQL server collation set supported by CM2012.
    SQL Server named instance: CM12PRIMARY
    Local firewall ports opened: 1433, 4022  (via inbound rules created in group policy, same GPO applies to central 
    administration site server)
    SQL Server broker service Enabled: True.
    TCP/IP: All dynamic ports left blank to support static port 1433.Static port 1433 configured for all IPs. 
    IP Address: 172.168.1.250/16
    Local SAM:      Both server computer accounts added to local 'Administrators' group on both servers.
    Domain service account: svcCASDB
    SPNs registered:        2x, one for STPRS hostname on instance CM12PRIMARY on port 1433, second for FQDN for STPRS on 
    instance CM12PRIMARY on port 1433.
    SQL Server Logins:   Security group containing both computer accounts for HQCAS & STPRS. Both account having sysadmin SQL 
    server role assigned.
    SQL Server browser service running.
    Tests performed:
    Telnet to/from both HQCAS/STPRS on ports 1433, 4022 establishes connection. Please help
     

    Hello friends,
    My finding it finally is....there wasn't any configuration issue as I mentioned above.
    I'm using an evaluation edition of SQL Server 2008 R2; it just allows default instance (MSSQLSERVER) to be used, not a named instance. 
    The confirming test for this was...I re-installed SQL Server with all the same settings except changing from a named instance to default; once I finished applying service pack 3. I could initiate WSUS 3.0 SP2 x64 setup and point it to use this SQL server.
    WSUS setup completed without any errors. This was not happening when named instance was all configured properly. It was just not accessible from outside.
    Well this is what my finding is. For lab environment of CM2012 it suffices the need.
    Regards,
    Shahzad.

  • Making the flv component accessible?

    I am using the flv player component and am having trouble adding the players buttons to the tab order.
    I opened the FLA for the skin I am attaching to the component, and individually selected the play, close caption and full screen button and assigned them each a tab order number within the Accessibility window. I also selected the "make object accessible" checkbox for each button within the Accessibility window. Doing that didnt seem to work, so I looked further and found that there is an accessibility class and I have now tried to utilize that class with the following code:
    import fl.accessibility.ButtonAccImpl;
    ButtonAccImpl.enableAccessibility();
    but still dont seem to be doing something right?
    does anyone have experience accessibility and the flv player component?
    many thanks in advance.
    corey.

    i found this on adobes site but the code dosent seem to be correct? it throws this error when i publish:
    Scene 1, Layer 'actions', Frame1, Line 10 1046: Type was not found or was not a complie-time constant: Void.
    DESCRIPTION:
    The FLVPlayback component skins with captioning support were designed with keyboard and screen reader access in mind. The class mx.video.skins.AccessibleSkin assigns a text label to each of the FLVPlayback controls. The AccessibleSkin class also provides the method assignTabIndexes for assigning tab index values to the FLVPlayback controls and incorporating them into the logical tab order of your Flash application. The assignTabIndexes method accepts a start index as a numeric parameter, iterates through the FLVPlayback controls assigning a unique tab index value to each control, and returns the next available tab index number.
    CODE:
    // The starting tabIndex for the FLVPlayback controls
    var nextTabIndex:Number = 10;
    // define a listener object
    var listenerObject:Object = new Object();
    // define a skinLoaded event handler
    listenerObject.skinLoaded = function (eventObject:Object):Void
        // this is technically a hack since the skin_mc is
        // a private property of the FLVPlayback component
        var accessibleSkin = eventObject.target.skin_mc.accessibleSkin;
        if(accessibleSkin){
            // It's best to wait a frame until
            // all FLVPlayback controls initialize
            var intID:Number;
            intID = setInterval( function(){
                // assign tabIndexes starting at nextTabIndex
                nextTabIndex = accessibleSkin.assignTabIndexes(nextTabIndex);
                // trace the next tab index after
                // FLVPlayback controls
                trace( nextTabIndex );
            clearInterval(intID);
            }, 100 );
    // register listenerObject to handle "skinLoaded" event.
    // this code assumes that your FLVPlayback component instance is
    // named "myFLVPlayback_flvp"
    myFLVPlayback_flvp.addEventListener("skinLoaded",listenerObject);
    i miss good old AS2
    thanks again in advance for any help.
    corey

  • The SharePoint Site more compatible so that the site get open smoothly on iPad IOS version 7.0.1?

    How to make the SharePoint portal compatible with iPAD.
    Please help me by considering  the following points, discovered in real time scenario, while doing R&D:
    The site opens using the IP address but on repeated testing done to open site, facing the issue of loading the site.
    The site does not display any error, the page just does not load, credential screen does not appear.
    Internet is used on iPAD through Wi-Fi as well as 3G. I had tested through Wi-Fi. Another site (HR) hosted does not give any issues.
    Browsing is done through Safari in the iPAD.
    The IOS version on the problematic iPAD - 7.0.1
    Actual issues that client facing are:
    sometimes it prompts for credentials twice or more
    and when it does not , site does not even load
    nor does the site prompt for credentials also

    Is this site set up to use Kerberos authentication only? Sounds like it is either set up with Kerberos (hence multiple auth prompts) and is not set up for NTLM, or Safari is unable to perform fallback when Kerberos fails.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Dreamweaver Newbie making first site.  Trying to figure out this CSS thing...

    This is my first attempt and first site with DW and am having some newbie issues.  The website is www.accuvisionvideo.com.  The site is based on a DW template I picked up from a website.  If you go to the page you will see a menu on the left hand side and the body of the page mostly in the middle.  I am using Studio VII pop menu magic for that menu.  I want to make the thing horizontal, but still keep the side bar area (the photos and such underneath the menu)  However when I make the menu horizontal it removes everything from the left side space and does not give me the option to work in there any more.  How do I place images and text in the left column?  If I am not mistaken its a CSS thing...Also is there anyway to place images anywhere on the page.  Now when I insert an image it seems to have to be either fltlft or fltrt, I can't put multiple images on the same line?   Anyway I know these are noob questions, thank for any help guys.

    GasMaskProductions wrote:
    This is my first attempt and first site with DW and am having some newbie issues.  The website is www.accuvisionvideo.com.  The site is based on a DW template I picked up from a website.  If you go to the page you will see a menu on the left hand side and the body of the page mostly in the middle.  I am using Studio VII pop menu magic for that menu.  I want to make the thing horizontal, but still keep the side bar area (the photos and such underneath the menu)  However when I make the menu horizontal it removes everything from the left side space and does not give me the option to work in there any more.
    The PVII menu will insert into any div on your page.  What you need to do is create a brand new div just below your header div and insert the pvii menu into that div.  This way the new div won't take any styles from any of the current div styles on the page.
    How do I place images and text in the left column?  If I am not mistaken its a CSS thing...Also is there anyway to place images anywhere on the page.  Now when I insert an image it seems to have to be either fltlft or fltrt, I can't put multiple images on the same line?   Anyway I know these are noob questions, thank for any help guys.
    If the images are too wide, they will drop down to the next line (like the images at the bottom of the entry page now.)
    the fltlft and fltrt,are classes, that float and image to the left or to the right, so you can have text surrounding the image.
    Also, for such a simple page you have over 78 errors when you put the page throught he html validator:
    http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.accuvisionvideo.com%2F
    The majority of them will certainly need fixing before creating any further pages using a similar layout.
    Just notice this also:
    .style5
                                        font-family :
                                        "Charlemagne Std";
                                        font-size :
                                        xx-large;
                                        color :
                                        #000000;
    That's not a web-safe font, if someone doesn't have that on their system, they will not see that font, they'll be served the default font
    of their browser set.
    More about Web Safe Fonts:
    http://www.ampsoft.net/webdesign-l/WindowsMacFonts.html
    Nadia
    Adobe® Community Expert : Dreamweaver
    http://twitter.com/nadiap
    Unique CSS Templates |Tutorials |SEO Articles
    http://www.DreamweaverResources.com
    http://csstemplates.com.au/

  • Making sure RAM is accessible?

    I'm having issues with Photoshop CS5, where it's telling me there is "not enough RAM" available to perform certain tasks such as Liquify, or occasionally when using artistic filters. 
    When I go into Photoshop>Preferences>Performance to raise the amount of RAM available to Photoshop, that dialogue box tells me that 100% of that is 2gig.  I'm running an 8gig ram, 27"iMac, with over 700 gig of H/D space available.  I have cratch discs available externally (provided I did that correctly), and am on Snow Leopard (10.6.8).
    The guy I spoke to with Adobe was unhelpful & 20 minutes into the conversation continued to ask me if I was using CS5, followed by continuous sets of instructions for Windows.
    My question is simply, "Why is Photoshop showing me that '100% of the RAM' is equal to 2gigs, and how to I ensure that all my RAM is available on my iMac?
    Thanks fora ny help.
    Chawn

    Hi Chawn,
    are you running CS5 in a 32 bit or 64 bit mode?
    Also me was wondering in earlier times why CS4 never was recognising my full RAM available on my computer.
    Just yesterday I was reading in CS Help that CS4 can never access more than around 2GB, and CS5 in 32 bit only up to around 3 GB.
    Only CS5 running in 64 bit mode is showing you / is able to access the full RAM, depending on the percentage you assign to Photoshop.
    Hope I got that all right.
    If you have more specific questions about CS5 check the very helpfull Adobe Community site.
    Regards

  • I tried run our site more times but still error [spam?]

    ''<link removed>'' is our site, thats properties essex ,when code be done thats run good on google chrome but not good on firefox i tried find error but didnt saw problem yet.
    Can you help me please

    Could you describe the problem in more detail, and the steps to re-create the problem?

  • Making IWeb sites look good.

    I've seen a lot of iWeb sites, and for the most part they're not bad, but generally they look really generic. From my graphic design point of view there are a few things that people can do to improve the "look"of their site.
    1. Delete the auotmatic navigation bar that iWeb creates when making new pages. This can be done under the page tab in the inspector. Anything can be turned into a hyperlink, so make your own buttons, instead of letting iWeb do it. This means graphics and any kind of text you want. Be creative.
    2.A. Typograghy please. Its a good rule of thumb to only use a few different fonts. Doing this throughout the website will add consistency to the overall design. iWeb allows for strict control over type (take advantage of this) text type (paragraph length type) looks best at a smaller sizes ie. 9-11 pt. Also increase the leading (the amount of space between lines of type). This will make the text easier to read.
    2.B. Choose your own fonts. Don't use iWeb's default fonts. Generally text size can be reduced as well. Type makes the page, so pay attention to it.
    Hope these tips help someone.
    Power Mac G5   Mac OS X (10.4.7)  
    Power Mac G5   Mac OS X (10.4.7)  

    Hello all,
    I would like to add to red.sea's comments. The reason : I have over 60 emails to reply on the topic of iWeb design from forum members.
    It's a hard question to answer when someone asks you ways to improve their sites ... without wanting to hurt their feelings. I have to consider the fact that because I do this comfortably for a living, design comes as natural to me as painting. But what I have always enjoyed in my life, is seeing someone try ... and ultimately enjoy what they can achieve. Imagination is surely one of the greatest virtues.
    Having said that, I would like to add a couple of points. This principally applies to people who wish to build a site entirely from scratch using a white blank page. But some of these methods will apply to template users.
    Before designing a site, sketch it out on paper. Each slip represents a new page. Mark out roughly the topics, the placement of pictures, the amount of text involved on the page. This will save you a lot of time - believe me.
    FONTS
    Refine what you have just done in (1) by selecting different fonts as red.sea mentioned. Choose fonts according to the theme of the site. E.g. Romantic wedding sites, use fonts like Zapfino, Mona Lisa Solid, Bodoni etc. - script as well as serif fonts. Modern sites - sans serif fonts seems to be the trend, and it has been for a number of years. Examples, Gill Sans, Optima. The default Helvetica isn't bad, but try using Light instead of Bold. Use large point size. I use Avenir and Nobel on my sites.
    N.B. The only area to leave as template default, is the blog - in case you want to use the Search feature.
    IMAGES
    Work your images to 100% of the size you intend to use in iWeb. Resizing will blur the images. This has been mentioned many times over, so I won't touch on this further. 72dpi images work fine with me and if you must, tweak your colours before dragging them to iWeb - if you are using Photoshop, for instance. Unsharp mask can help sharpen your pictures. I use NIK filters.
    COLOUR (I was raised in England, so I spell with a 'U')
    Theme colour is important. Many folks feel that white is boring. That really depends on how you use it and design normally plays a part in this. Should you choose to use colours, there are millions to use on the palette. Avoid strong primary colours unless you have a good design-sense. As mentioned, check the mood, the topic, the theme. If you have black and white photos, use black, grey or white as background. Light (often pastel) colours work well with B&Ws too. This can be a very in depth discussion, but I think you get my drift. Lastly, try and maintain a flowing look/theme to your site. It's very pleasant to browse through sites like these.
    TEXT
    Placing of text is by far the biggest issue for most iWebbers. Some sites have the right colours but is ruined with text running everywhere. One site had long sentences and paragraphs (11pt font size) stretching 600px from left to right which went on forever. It's an eye sore and nobody is going to read it, especially folks above 40 something. Make columns instead. The guides work beautifully on iWeb, just like in Keynote. Make sure under preferences > Alignment Guides, both are checked. Keep these columns tidy and aligned to something on your page - a photo, your headline - something the body copy can have affliation to. Play with the leading (space in between the text).
    There are other things I would like to add ... maybe later.
    I hope this helps rather than offend. Over the last couple of weeks, I have met and corresponded with many members from this forum. It's been a delight. I thank you for trying.
    Joe
    http://web.mac.com/joeleong

  • How can I bookmark the same site more than once?

    I have a large number of bookmarks, organized into many folders.
    Sometimes I want two copies of the same bookmark, in different folders. But Firefox 3 does not seem to permit this. If the bookmark already exists, in _any_ folder, adding it to a different folder deletes the earlier copy.
    REPRO: Go to a page with a fixed URL. Choose "Bookmark This Page", select FolderA in your bookmark folders, and press Done. Now choose "Bookmark This Page" again, and this time choose FolderB. EXPECTED RESULT: The page in question should now appear in both FolderA and FolderB. ACTUAL RESULT: The page is in FolderB, but _not_ in FolderA.
    Is there any way to avoid this? I use folders to save myself a lot of time. For example, when I need to work on a paper for one of my classes, I go to the appropriate bookmark folder and choose "Open All in Tabs". When I want to work on a different class, I go to a different folder and choose "Open All in Tabs." But I am unfortunately prevented from placing a site in both folders!

    Thanks. I tested it, and found that I can create a bookmark in FolderA, and them manually copy it to FolderB, FolderC, and FolderD.
    Once that is done, I tried the old method of "Bookmarks" --> "Bookmark This Page" and added it to FolderE. When I did that, it deleted the copy in FolderD but left the other three alone!
    This is fine with me. I personally think this is a bug, because I don't think that Firefox should ever delete a bookmark without asking me (or at least, informing me). But now that I understand the algorithm, I can work around it. Thanks!

  • If I visit a site more than once per day, that site comes up with plugins that don't work and a very altered display without photos or graphics-- can fix this by erasing all cookies and history, but am often required to do this 5x per day

    So far have experienced this apparent reversion to HTML caches with my blog on Wordpress, Ebay and http://coloncancersupport.colonclub.com/viewforum.php?f=1
    Updating to latest Firefox did not solve problem.
    Cannot connect to firefox live chat

    I'm having a little trouble understanding the part about your password having to be reset. Why is that happening??
    Let's start with Firefox's settings:
    (1) You can configure the password manager feature on this tab:
    orange Firefox button (or Tools menu) > Options > Security
    There is a checkbox to enable/disable the feature.
    There also is a "Saved Passwords" button to review and remove any passwords you do not want Firefox to keep.
    That tab also has a feature to set a Master Password so that no one can use your saved passwords without knowing the Master Password. You may need to exit Firefox in order for Firefox to ask for that again.
    Related articles:
    * [[Password manager - Remember, delete and change saved passwords in Firefox]]
    * [[Use a Master Password to protect stored logins and passwords]]
    (2) Site-specific permissions
    If you want to use the password manager for other sites but NOT a particular site, you can configure that in the Permissions Manager.
    In a new tab, type or paste '''about:permissions''' in the address bar and press Enter.
    After the page loads, use the search box in the upper left corner to narrow down the list to the site you want to configure. Highlight the site on the left side, and on the right side, choose Block under Store Passwords.
    (3) Form autocomplete suggestions
    Separate from passwords, Firefox remembers entries you've made into forms (in most cases) and lists the matching ones below the form field in a drop-down.
    To clear a suggestion, press the down arrow key to highlight it and press the Delete key.
    To turn off this feature, see this article: [[Control whether Firefox automatically fills in forms with your information]].
    To review and selectively edit or delete form history entries, you need an add-on. For example, you could try this one: https://addons.mozilla.org/firefox/addon/form-history-control/

Maybe you are looking for