I have used space characters in html to give regular spaces in my text but interestingly some text is still does not have regular spaces. Please have a look,
<ul style="margin-left:40px;background-color:#6CF ;padding-left:20px;padding-right:10px;padding-top:10px;padding-bottom:10px; font-size:12px;" >
<li>CS-103 Programming Languages</li>
<li>EL-133 Electronics-I</li>
<li>MT-111 Calculus</li>
<li>CY-105 Applied Chemistry</li>
<li>PH-121 Applied Physics</li>
<li>HS-105 Pakistan Studies | HS-127 Pakistan Studies(for Foreigners)</li>
</ul>
Here is how it looks,
Please help out to make all list element look same. Thanks
The text does have regular spaces. The problem is that the font you use is not fixed width, and the length of the course type/number is throwing it off.
Use a table for stuff like that.