07 Apr A Note Re the Bootstrap Framework
I just learned that the Joomla Protostar template, a modified copy of which I built the FHA website, uses version 2 of the Bootstrap framework (for responsive-to-small-screen templates). The latest version of Bootstrap, and the one discussed on the w3schools.com website is version 3. Version 3 is not backward-compatible with version 2, so don’t use w3schools to write code, as I have been doing, because it doesn’t work well, especially in the area of forms. The Bootstrap version 2 documentation is still available at http://getbootstrap.com/2.3.2/index.html. Using the version 2 documentation produces much more coherent code!
At some point, it might be reasonable to consider changing to a template that uses Bootstrap 3, but this will break a lot of existing pages within the /fhaphp directory.