[default] Removing Bold and Italics from Subjects

Jul 26, 2002 16:13

The system's Default style automatically makes the display of a subject bold and italicized. To reverse both the bold and the italics, the following override would work--

LASTN_HEAD<=

<=LASTN_HEAD
In the above override the sections relate to the text as follows:

font-weight: normal; - removes the bold
font-style: normal; - removes the italics

If you would like to remove both the bold and the italics then you will need to use the complete override as presented above. If, however, you would like to remove just one of the effects then you would need to remove the corresponding line of the effect you wish to keep from the override.

For example, if you would like to keep the bold and only remove the italics then your override would look like the following:

LASTN_HEAD<=

<=LASTN_HEAD

Variable Reference:

LASTN_HEAD

Additional References:

  • Merging Your GLOBAL_HEAD Note the techniques described can be used to merge any variable, including LASTN_HEAD.
  • What are overrides? How do they work?


  • Only one override is permitted for each specific override block.
    If you are currently using a LASTN_HEAD override, then that override would need to be revised to reflect changes presented here or otherwise merged.
    contributed by macheide

    fonts, - default, recent entries, formatting subjects, removing bold and italics from subjects

    Previous post Next post
    Up