Are you still using Freeway 3.5? If so, there’s a bug in the way it
codes bulleted lists which means that the markers always come out
black even when the list items are made a different color. Tim Plumb
wrote an Action a very long time ago to fix this. You should look at
his http://Freewayactions.com site to see if you can find it there, or
it might be on the ActionsForge by now, too. It’s not needed in more
modern versions of Freeway, which code the list items correctly.
Walter
On Mar 11, 2010, at 4:58 PM, max wrote:
There’s a couple of ways to do this…
The easy way is to use Tim Plumbs neat little action FreewayActions.com | List Item Images
which allows you to use a graphic item as a bullet
The more complicated way is to use a bit of javascript like this
although its a bit overkill if this is all you need to do.
On Mar 11, 2010, at 2:15 PM, Walter Lee Davis wrote:
Tim Plumb wrote an Action a very long time ago to fix this.
Thanks Walter. I tried applying Tim’s “List Item Fix” action to the
text (html) box that holds the bulleted list. It shows that the action
is applied, but nowhere can I find how to change the color of the
bullets. It must be right in front of me, but I don’t see it. Can
anyone help? Tim?
Hi Richard,
From memory the action moved the list items inside of the font tags
(shudder) which will cause them to pick up the same colour as the text
but will invalidate the HTML. Unless you are using HTML 3.2 I would
suggest using CSS to style the list items.
Regards,
Tim.
On 12 Mar 2010, at 00:27, Richard Houston wrote:
Thanks Walter. I tried applying Tim’s “List Item Fix” action to the
text (html) box that holds the bulleted list. It shows that the
action is applied, but nowhere can I find how to change the color of
the bullets. It must be right in front of me, but I don’t see it.
Can anyone help? Tim?