Webmaster

Tips
All Tips ]

Justify your paragraphs

To create a layout that's worthy of the name, stylesheets are still the best thing the Web has to offer. Adjust the text-align property with the attribute justify and you will get the following result:

<HTML>
<STYLE>
  .justify { text-align: justify }
</STYLE>
<BODY>
  <B>Justified paragraph : </B><br>
  <TABLE>
  <TR>
  <TD WIDTH=300>
  <DIV CLASS="justify">Your text</DIV>
  </TD>
  </TR>
  </TABLE>
</BODY>
</HTML>

Applying this stylesheet gives the following result:


En l'année 1872, la maison portant le numéro 7 de Saville-row, Burlington Gardens -- maison dans laquelle Sheridan mourut en 1814 --, était habitée par Phileas Fogg, esq., l'un des membres les plus singuliers et les plus remarqués du Reform-Club de Londres, bien qu'il semblât prendre à tâche de ne rien faire qui pût attirer l'attention.


Discover all Webmaster tips.