Thursday, July 12, 2007

Unordered Lists Issue

For me, unordered lists used to be the hard nut to crack of Microsoft Front Page. That is, until today. I don't know if it's a bug or just my lack of knowledge, but after hundreds of cries and tears here's what I found out:

.list_1 {
list-style-image:url("../images/bullet.gif");
}


will not work unless you use bullet.gif in at least one html page in your project.
Tricky, huh?

No comments: