I have been trying to use the bulleted list option without too much success. It works fine for numbered, alpha, roman lists, but for bullets, hollow bullets and square bullets, I just can’t get the bullets to display. All is ok in design, but not in preview or when viewing in browser.
Probably something really simple.
Freeway 4 Pro. Followed the manual, and searched the forum.
I have been trying to use the bulleted list option without too much success. It works fine for numbered, alpha, roman lists, but for bullets, hollow bullets and square bullets, I just can’t get the bullets to display. All is ok in design, but not in preview or when viewing in browser.
I found the solution to my own problem. Because of the program I have been using in the past I was used to writing my own css menus, however in this case I put in a simple ul style of list-style-type: none without declaring it to my menu only. Result → list-style-type: none was applied to all unordered lists.
I still have to figure out how to use FW to code my css meus. I found a few tutorials on it but so far I still find it easier to do it by hand.