Adjust the approach for a text
Stylesheets let you modify many parameters for displaying text. One argument lets you adjust the approach of a text, meaning
the spacing between the different letters in your text.
To personalize the approach, use the following attribute:
Welcome on<font style="letter-spacing: 10"> the Webmaster Channel</font>!
You can leave this line as it is and simply change the value in pixels of the approach (here
10 pixels). This produces the following result:
Welcome on
the Webmaster Channel!
Discover all Webmaster tips.