Note that there are some explanatory texts on larger screens.

plurals
  1. POputting <a> and <p> in one line when text is centrally align
    text
    copied!<p>heyy guys, i have this problem were i'm putting and <p> in one line when text is centrally align and it keeps skipping align between each and <p></p> <p>this is how it looks like: </p> <pre><code>&lt;div id="footercont"&gt; &lt;a href="#"&gt; A propos de So Home &lt;/a&gt;&lt;p&gt;I&lt;/p&gt; &lt;a href="#"&gt; FAQ &lt;/a&gt;&lt;p&gt;I&lt;/p&gt; &lt;a href="#"&gt; Contact &lt;/a&gt;&lt;p&gt;I&lt;/p&gt; &lt;a href="#"&gt; Parrainage &lt;/a&gt;&lt;p&gt;I&lt;/p&gt; &lt;br&gt; &lt;a href="#"&gt; Plan du site &lt;/a&gt;&lt;p&gt;I&lt;/p&gt; &lt;a href="#"&gt; Conditions générales de vente &lt;/a&gt;&lt;p&gt;I&lt;/p&gt; &lt;a href="#"&gt; Données personnelles &lt;/a&gt;&lt;p&gt;I&lt;/p&gt; &lt;a href="#"&gt; Parrainage &lt;/a&gt; &lt;/div&gt; </code></pre> <p>this is how i want it to look like: A propos de So Home I FAQ I Contact I Parrainage Plan du site I Conditions générales de vente I Données personnelles</p> <p>and this is the css code: </p> <pre><code>div#footercont{ margin: 0; width: 980px; height: 196px; position:relative; float:left; left: 50%; margin-left: -490px; background: rgb(248,248,248); text-align: center; } div#footercont a{ font-family: Arial; font-size: 12px; color: rgb(187,189,188); text-decoration:none; text-align: center; padding: 0px 8px 0px 8px; } div#footercont p{ font-family: Arial; font-size: 12px; color: rgb(187,189,188); text-decoration:none; text-align: center; margin: 0px; white-space: nowrap; } </code></pre> <p>would really much like to have some help on this matter, thanks!</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload