Cool, so after some frustrated googling, I found out a way to give spaces in html. Usually if you give lots of space between text in html it shows up as only one space.
To give more than one space, one can use this character:
So if in HTML editor, I write something like:
Hi there
then in the html page it will show up as:
Hi there
That's where comes in handy. So instead of space you'll have to write something like:
Hi there
to produce the desired effect.
No comments:
Post a Comment