Tab space instead of multiple non-breaking spaces (“nbsp”)?
Posted By: Anonymous
Is it possible to insert a tab character in HTML instead of having to type
four times?
Solution
It’s much cleaner to use CSS. Try padding-left:5em
or margin-left:5em
as appropriate instead.
Answered By: Anonymous
Disclaimer: This content is shared under creative common license cc-by-sa 3.0. It is generated from StackExchange Website Network.