Forum Moderators: not2easy
[edited by: alt131 at 6:19 am (utc) on May 19, 2011]
[edit reason] Thread Tidy [/edit]
html
<dl class="CurrencyList">
<dd class="" style="border-bottom: 0px;">
<a href="/?setCurrencyId=1" class="Sel"><span class="Flag"><img src="um.gif" border="0" alt="United States Minor Outlying Islands" /></span><span class="Text">USD</span></a>
</dd>
<dd class="" style="border-bottom: 0px;">
<a href="/?setCurrencyId=2" class=""><span class="Flag"><img src="au.gif" border="0" alt="Australia" /></span>
<span class="Text">AUD</span></a>
</dd>
</dl>
css
.CurrencyList dd {
clear:both;
float:left;
margin:0;
padding:0;
width:200px;
}