toRRfriend
Active Member
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
For right side:
Mostly i use above code inside table
)
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