1. This website uses cookies. By continuing to use this website you are giving consent to cookies being used.
    For information on cookies and how you can disable them visit our Cookie Usage page.
    Dismiss Notice

CSS Different colors for bold and regular text

Discussion in 'Web Development' started by phoenix39, Sep 27, 2007.

  1. phoenix39

    phoenix39 New Member

    On my website, I want my regular text to be black and all bolded text to be red, like so. Is there any kind of CSS I can put on my template?
     
  2. student101

    student101 New Member

    Standard css, add the redboldtext like this; or any other way you want.
    Code:
    <DIV>I want this <font class="redboldtext ">RED & bold</font></DIV>
     
  3. jyoti

    jyoti New Member

    free templates

    i don't know how to do it
     
  4. student101

    student101 New Member

    You add this to your head or your linked css file.

    Add this to your body.