I have a 7x7px image i want to add next to each select option for my page. Do i need to add the image in the CSS or can i add it in the HTML? I would like the image to the left side of the text also. I tried adding a image also but that just messes up the style. Thanks for the help!
<ul class="dropdown-menu">
<li>
<a href="#">Red</a>
</li>
<li>
<a href="#">Green</a>
</li>
</ul>