Tag: css

  • Centering an HTML table with CSS

    With the table attribute align=”center” it is necessary to define table positions using CSS. Here is how.

  • CSS style sheet switcher using Prototype

    A recent project had a requirementfor a style switcher allowing a visitor to control font size on the site as needed. (Many do not know how to change it through a browser, and most sites are not designed to allow for font size changes without completely trashing presentation.) Because the project in question was a […]