SO annoying...if I set of list of items as an unordered list, the CSS formatting changes; still says it's set to the style, but (in Navigtor) show the default font/size/color instead of the CSS style. The code for each item reads as:
<li class="text">text here</li>
I have to go in and change each item manually, to:
<li> <span class="text">Scholarship Questions and Answers</span>
Then it works fine. This is taking WAY too much time for such a stupid thing! Is there any way to make UD do it the right way?
<li class="text">text here</li>
I have to go in and change each item manually, to:
<li> <span class="text">Scholarship Questions and Answers</span>
Then it works fine. This is taking WAY too much time for such a stupid thing! Is there any way to make UD do it the right way?