Is there a way to properly align images and text in my code?
Below is the code I am currently using. Any suggestions on how to achieve the alignment?
<ul>
<li>
<a href=""><i class="icon-profile"></i> </a>
</li>
<li>
<a href=""><i class="icon-wallet"></i> Wallet</a>
</li>
<li>
<a href=""><i class="icon-home"></i> Home</a>
</li>
<li>
<a href=""><i class="icon-signout"></i> Sign Out</a>
</li>
</ul>