- > Topic Name.....1
> Topic Name.....2
> Topic Name.....3
Of course, I can make this change in Word after generating my output, but I'd love to do this in Flare if possible. Any pointers?
Thanks,
Bob
This doesn't work for me. I changed the display to list-item and specified a bullet character, and I still do not get bullets.To format the miniTOC items as a bulleted list:
* Set the p.MiniTOC1 style's display property to list-item.
* Set the list-style-image to your image. Your image must be in the Reousrces\Images folder to appear in the list.
Code: Select all
.MCMiniTocBox a:before {
display: marker;
content: "\2022 \0020";
}Code: Select all
.MCMiniTocBox a:before {
display: marker;
content: ">> ";
}