• I am trying to get a .gif image to show as a bullet for each countdown item. I’ve tried everything I can think of but it does not show up.

    I tried what I thought was the most obvious solution in putting the following in the Display Format Prefix

    <li><img src="/images/icon_countdown.gif">
    but no joy. Any suggestions?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Get the programmer to fix the bug. Oh wait, that’d be me. The data isn’t being escape when it’s printed to the screen. In short, it’s an issue on my side. I’ve added it to the bug/todo list: https://plugins.trac.www.ads-software.com/ticket/892

    FWIW, when the bug does get ironed out, I’d also recommend the following code instead:
    <li style="list-style-image: url(/images/icon_countdown.gif)">
    that code will use the image as your bullet.

    Thread Starter darrellosborn

    (@darrellosborn)

    I tried just that style sheet code first, but it didn’t like it. Oddly enough I stumbled onto a way to make the code in my post work by eliminating the “‘s altogether. Works on darrellosborn.com

    <li><img src=wp-content/themes/revolution_blog_split-10/images/icon_countdown.gif>

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Countdown Timer] Image as a bullet before each item’ is closed to new replies.