dreamweaver8 how to highlight/shade text ???

Discussion in 'HTML & Website Design' started by deezdrama, May 19, 2007.

  1. #1
    How do you highlight or shade text so that it looks like its been highlighted with yellow behind the words??
     
    deezdrama, May 19, 2007 IP
  2. Day2Day

    Day2Day Banned

    Messages:
    82
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Dont think you can do this useing dreamweaver mate!
     
    Day2Day, May 19, 2007 IP
  3. bacanze

    bacanze Peon

    Messages:
    2,419
    Likes Received:
    127
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Just apply a span class to the text

    #yellowbackground {
    background-color:#000000;
    /* dont know the hex for yellow off the top of my head */}

    <span class="yellowbackground">text here</span>
     
    bacanze, May 19, 2007 IP
  4. deezdrama

    deezdrama Guest

    Messages:
    132
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    thanks guys
     
    deezdrama, May 20, 2007 IP