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
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++
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):
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.
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