I am tired of adding   for each space
but lately i found this small html code for adding white space.

just change the space width in pixel, i used 20px, change it your needs

For left side
Code: 
<span style="padding-left:20px"></span>
For right side:
Code: 
<span style="padding-left:20px"></span>

Mostly i use above code inside table
torrfriend Reviewed by torrfriend on . Add white space or just space in html I am tired of adding &nbsp; for each space X-( but lately i found this small html code for adding white space. just change the space width in pixel, i used 20px, change it your needs For left side <span style="padding-left:20px"></span> For right side: <span style="padding-left:20px"></span> Rating: 5