http://qs1969.pair.com?node_id=32944


in reply to RE: Variables for Theme Colors
in thread Variables for Theme Colors

I vote for just removing <FONT> from the official Perl Monks Approved HTML tags list. I've never seen a legitimate use for them, they just lead to abuse and ugliness.

Replies are listed 'Best First'.
RE: RE: RE: Variables for Theme Colors
by Adam (Vicar) on Sep 18, 2000 at 20:28 UTC
    No, I have used font to create slightly smaller text for footnotes. I don't see how that creates a problem.
      well, there are actually tags meant to do ecsactly that!

      <SMALL>this should be smaller</SMALL>
      would look like
      this should be smaler

      Update: Notice especially how the small tags not only has made my text smaller, but also introduced a spelling error =)