Add a line break in WordPress

flocoplus Posted messages 113 Registration date   Status Member Last intervention   -  
 Etoile -
Hello,
I would like to know how it would be possible to insert a line break in a WordPress article? ^^

Because the "enter" key doesn't work, nor do the <br /> tags in the HTML part, so I really don't understand why I can't insert a line break? :S

Here is the link to the news in question: http://www.as-charleslebrun.fr/?p=9

Thank you in advance for your responses ;)
Configuration: Windows Vista Firefox 2.0.0.11

3 answers

  1. djosfr Posted messages 1163 Registration date   Status Member Last intervention   191
     
    Hello, the following code should suit a purist.

    <p style="text-align: center;">&nbsp;</p>


    Knowing that you shouldn’t go back to the visual editor, you must update the article once the lines are inserted before previewing the result.
    See you later
    --
    CM ECS FSB 222MHz OC, AMD Athlon X2 4450e OC 2.55GHz, 4890 base, 4GB DDR2 425MHz OC, BARRACUDA HDD
    23
    1. Daftkill Posted messages 13 Status Member 2
       
      You're welcome.
      0