Hi,

In my CSS I have h1,h2,h3 {margin:0;padding:0}
So that I can set margin bottom; the problem is that it isn't working.

Am I doing something wrong?

CSS snip :

form,p,h1,h2,h3 {margin:0;padding:0}
#cotedroit h2 {
                color:#80786a;
                font-size:16px
                }
        #cotedroit h3 {
                color:#948b7b;
                font-weight:normal;
                font-size:12px;
                letter-spacing:.1em;
                text-transform:uppercase
                }
        #cotedroit p {margin-bottom:10px}

HTML snip:

<div id="cotedroit">
                        <h2>Bienvenue sur Epistula</h2>
                        <p><a href="">Création</a> de « newsletters », accès à 
la <a
href="">base</a> de clients et <a href="">envoi</a> d'email aux
clients.</p>

                        <p>La base des clients peut être téléchargée en format 
<a
href="">texte</a>, en format <a href="">MySQL</a>, et en format <a
href="">MS Word</a>.</p>

                        <h3>accès rapide</h3>
                        <p><a href="">Liste</a> des clients<br />
                        <a href="">Ajouter</a> un client à la base<br />
                        Envoyer un <a href="">email</a><br />
                        Publier une « <a href="">newsletter</a> »
                        </p>

                        <h3>administration</h3>
                        <p>Gérer les <a href="">clients</a><br />
                        Page de <a href="">configuration</a>
                        </p>

                        <h3>rubrique d'aide</h3>
                        <p>L'<a href="">aide</a> d'Epistula<br />
                        Signaler un <a href="">bug</a>
                        </p>

                </div>
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to