Dreamweaver help

Discussion in 'HTML & Website Design' started by pixeladd, Mar 24, 2008.

  1. #1
    Ok so been using frontpage for years but im making the jump to dreamweaver

    Does anyone know how to change the colour of bullet points but not the text thats next to them


    • [*]like this
      [*]like this
      [*]not this
     
    pixeladd, Mar 24, 2008 IP
  2. Spider-Man

    Spider-Man Banned

    Messages:
    2,684
    Likes Received:
    211
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You're just as well as taking one final, permanent, fatal jump if you're going to move from FrontPage to Dreamweaver. Move to Notepad++ if you want to code your site properly. It really is the only way.

    Regarding your issue with dreamweaver, that'll go away once you move over to notepad++:p
     
    Spider-Man, Mar 24, 2008 IP
  3. silvalex

    silvalex Peon

    Messages:
    45
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Notepad++ you mean from this great site here: http://notepad-plus.sourceforge.net/uk/site.htm. That's funny, looks strange in ie. Firefox renders the site pretty well, but I think all sites should be fairly universal.

    Stick with dreamweaver and add a little CSS and make a small image for your bullet. This way you can control the color easily by making something in photoshop.

    <ul STYLE="list-style-image: url(yourColorBullet.gif)">
    <li></li>
    </ul>
    Code (markup):
     
    silvalex, Mar 24, 2008 IP
  4. Spider-Man

    Spider-Man Banned

    Messages:
    2,684
    Likes Received:
    211
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Maybe you're just not with it. The software is fantastic, and is used by a lot of guys here, and a lot of other web designers elsewhere, too.

    Just because there site doesn't look great in IE/FF, doesn't mean the software's bad.
     
    Spider-Man, Mar 24, 2008 IP
  5. paul_delaney

    paul_delaney Peon

    Messages:
    45
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    You can use a CSS stylesheet to change the color by adding the property: ul {color: #00CC33;} obvs change the hex to the color you require
     
    paul_delaney, Mar 25, 2008 IP