Still wrapping my noggin around CSS. In
this page, I've got some CSS-P applied that's making three fixed-width columns, but the text formatting — which should make the columns appear in
green, blue, and red text — is being overridden by the browser's standard treat-all-links-as-blue-underlined-text behavior. Can anybody tell me what errant code in the page is causing this behavior?
(For the purposes of this, I've moved the CSS from a separate file into the head of this html page. Once I've figured out what I'm doing wrong, I'll link back to a standalone CSS file.)
Thanks in advance.
Ian