Skip to main content
added 6 characters in body
Source Link
Dmitriy
  • 3.9k
  • 3
  • 31
  • 41

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>

Source Link
Dmitriy
  • 3.9k
  • 3
  • 31
  • 41

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>