hi , using shoppy store quickstart and need to configure the custom html module user settings in bottom 2 position shown as below
<h3 class="modtitle">My Account</h3>
<div class="modcontent">
<ul class="list_bottom">
<li><a title="" href="#">My Orders</a></li>
<li><a title="" href="#">My Credit Slips</a></li>
<li><a title="" href="#">My Addresses</a></li>
<li><a title="" href="#">My Personal Info</a></li>
<li><a title="" href="#">My Vouchers</a></li>
</ul>
</div>
need to know how to link the href="#" in the above list
thanks