Add white space or just space in html

Status
Not open for further replies.

toRRfriend

Active Member
1,559
2010
309
50
I am tired of adding   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
Code:
<span style="padding-left:20px"></span>

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


Mostly i use above code inside table :))
 
4 comments
Status
Not open for further replies.
Back
Top