Aloha
tout d'abord les extraits de mon code qui semble poser problème :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<html xmlns="http://www.w3.org/TR/REC-html40">  
  <head>  
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">    
    <title>Réglement d'urbanisme </title>    
    <style base="" type="text/css">   
   <!--
			h1
				{text-align:justify;
				page-break-after:avoid;
				font-size:20.0pt;
				font-family:Arial;
				letter-spacing: 3pt;}
			h2
				{text-align:justify;
				text-indent:10.45pt;
				page-break-after:avoid;
				font-size:14.0pt;
				font-family:"Arial";
				font-weight:bold;}...
			.normal
				{text-align:justify;
				text-indent:0;
				font-size:11.0pt;
				font-family:Arial;
				margin-left:10pt;
				font-weight:normal;
				letter-spacing="0";}...</style>
			 <h1> <br style="page-break-before: always;" clear="all"> 
 
 
 <a name="Dispositiongénérale">  TITRE I DISPOSITIONS GENERALES </a>
<div class="normal">Ce règlement est établi conformément aux dispositions législatives et réglementaires du Code de l'Urbanisme.    
...</div></h1>
Je conserve le letter spacing sur mon texte autre que le titre. Ai-je raison de fermer h1 en fin de body ?

D'avance, merci,