Tips on how to control along the indentation especially in a very table See my own example here connected as. bmp…
I’d like the word " Hello" from the redline instead of there because it is too far from the border. What’s the code for that other than using spaces or & nbsp; or using picture i have no idea.. please help.
THANK YOU, I hope it is possible to tell me.
Just simply click the pic below
You can use the text-indent CSS building. If you wish to use it about the specific td, you might do this:
HTML:
< td style=" text-indent 1em; " > Text< /td>
Or, needless to say, place it in a stylesheet somewhere.