If I want an extended space in-between words, what's the script for that?
If I want an extended space in-between words, what's the script for that?
Hello
Assuming the text you wanted to increase the word spacing is in a paragraph tag you could add the following to your css file:
p {word-spacing: 10px;}
If it is an h1 or some other tag just change the selector.
This topic has been closed to new replies.