I am getting an apparent figure counter in <figcaption>, such as "0-1", "0-2" with HTML figure elements:
<figure style="float:left; margin-right:15px; margin-bottom:10px;">
<img style="width:100px;" alt="Mark Hicks" src="https://s3.amazonaws.com/truthunity/assets/people/hicks-mark/Mark-Hicks-2022-transparent.png">
<figcaption style="font-size: .8em;">Rev. Mark Hicks</figcaption>
</figure>
The caption is "0-1. Rev. Mark Hicks" instead of "Rev. Mark Hicks". How do I suppress the "0-1."?
See the attached.
Thanks!
<figure style="float:left; margin-right:15px; margin-bottom:10px;">
<img style="width:100px;" alt="Mark Hicks" src="https://s3.amazonaws.com/truthunity/assets/people/hicks-mark/Mark-Hicks-2022-transparent.png">
<figcaption style="font-size: .8em;">Rev. Mark Hicks</figcaption>
</figure>
The caption is "0-1. Rev. Mark Hicks" instead of "Rev. Mark Hicks". How do I suppress the "0-1."?
See the attached.
Thanks!
