More CSS stuff

Out of context: Reply #1

  • Started
  • Last post
  • 2 Responses
  • ants0

    the way I would do it is to use the tag "span" and class each colour separately. If the information is going to be similar each colour, then label the class that piece of information... span.announcement {color:#ffffcc;} etc.

    don't use the p or font tag to do it, with span then, only determine the colour of the text. that way your fonts are consistent, and the colour is the only difference.

View thread