use :before or :after
<span/> to <span></span>
.mybullet:before { content:"\2022 "; color:#f00; display: inline-block; } <table> <tr> <td> <span class="mybullet"/>class="mybullet"> <a href="#">Link1</a>a></span> </td> </tr> </table> Find centralized, trusted content and collaborate around the technologies you use most.
Learn more about CollectivesStack Internal
Knowledge at work
Bring the best of human thought and AI automation together at your work.
Explore Stack Internal use :before or :after
<span/> to <span></span>
.mybullet:before { content:"\2022 "; color:#f00; display: inline-block; } <table> <tr> <td> <span class="mybullet"/>class="mybullet"> <a href="#">Link1</a>a></span> </td> </tr> </table> use :before or :after
.mybullet:before { content:"\2022 "; color:#f00; display: inline-block; } <table> <tr> <td> <span class="mybullet"/> <a href="#">Link1</a> </td> </tr> </table> use :before or :after
<span/> to <span></span>
.mybullet:before { content:"\2022 "; color:#f00; display: inline-block; } <table> <tr> <td> <span class="mybullet"> <a href="#">Link1</a></span> </td> </tr> </table>