dilemna of the ages
(in Computing on 2006/11/29)If a user has told their gecko-based browser to NOT allow pages to choose their own fonts, various ways of making something monospaced don’t work — except enclosing it in <code> tags.
Is there a way to make mozilla think an arbitrary DIV should be monospaced (or whatever-tf style is applied to the CODE tag normally) that works when this gecko setting is in effect? Like:
<div class=foo><code>…
but without the explicit <code>
Comments Off

