|
|
|
How to Insert Multiple Spaces
HTML pages typically ignore multiple spaces. This can make it very difficult to insert more than one space between words.
The solution is to insert the special space mark-up which is " ".
To see other special characters see the Special characters page.
<p>Heading for the Page</p> <p> Using 4 spaces to indent the line.</p>
This will appear as follows.
Heading for the Page Using 4 spaces to indent the line.
|
|
You can submit your code fragments to us for publication here, by emailing to site at byscript.com.
|