Double and Single line heights

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Stix
    Senior Blueparker
    • Mar 2010
    • 360

    #1

    Double and Single line heights

    Hi

    I've always had a problem with this and not known how to sort it. How do I get a single line return rather than a double one, which seems to be standard when using the text editor (see here for example). I'm changing some text at the moment and I've managed to do it once but don't know how and the source code isn't revealing the secret either. I'd be grateful if someone could enlighten on this one!

    Ta
  • Plushpaws
    Blueparker
    • Sep 2007
    • 53

    #2
    Hi Stix,

    Use the <br> tag to insert line breaks and use the <p> tag for paragraphs. If you look through your code and change them, you should get the desired effect.

    www.plushpaws.co.uk


    Comment

    • Stix
      Senior Blueparker
      • Mar 2010
      • 360

      #3
      That's done the trick, thanks!

      Comment

      • ThomasMurray
        Senior Blueparker
        • Feb 2011
        • 994

        #4
        You can also use Shift + Enter when editing text in the WYSIWYG editor for single line returns instead of double.

        Comment

        Working...