I need to align a row of rows using the style property
This is HTML code that is converted using XSL
<span style="white-space: pre; font-size: 8pt; font-family: Lucida console, Courier "><40 : item1</span><br> <span style="white-space: pre; font-size: 8pt; font-family: Lucida console, Courier ">40-80 : item2 </span><br>
Need how to align elements like
<40 : item1 40-80 : item2
it currently looks like
<40 : item1 40-80 : item2
is this possible using the style property?
Using Internet Explorer version 6 and higher
source share