How do I put a space in my website template?

Discussion in 'HTML & Website Design' started by Michelle., Aug 28, 2009.

  1. #1
    I'm new to building websites.

    I'm currently using a pre made template that I'm just editing. There's two paragraphs that are squashed together and I want to seperate them with a line. I pressed 'enter' to create a space but that doesn't work?

    any advice would be very much appreciated.
     
    Michelle., Aug 28, 2009 IP
  2. makingloveadvisor

    makingloveadvisor Peon

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    what is your website dear? may I look?
     
    makingloveadvisor, Aug 29, 2009 IP
  3. shazin

    shazin Guest

    Messages:
    93
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    1. wrap each paragraph with <p>....</p> tags.
    2. If the space between them is still not enough, add in your css:

    "20px" is an example value. you can tweak it till it fits yor needs.
     
    shazin, Aug 29, 2009 IP
  4. xopacuo

    xopacuo Peon

    Messages:
    69
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4

    shazin is right, this will help you setting spaces between paragraph
     
    xopacuo, Aug 29, 2009 IP
  5. stuart.letterman

    stuart.letterman Guest

    Messages:
    143
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #5
    You can use Breaks:

    Or perhaps an empty paragraph:

    Or perhaps a margin under a paragraph:


    Spacing and new lines in the HTML code don't count for anything (unlike in Word) so you have to manually tell it to go to a new one unfortunately!

    Good Luck!
     
    stuart.letterman, Aug 30, 2009 IP
  6. Michelle.

    Michelle. Peon

    Messages:
    515
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Hi,

    I'm really sorry, I forgot I posted this thread. I didn't mean to not acknowledge any of you. Thanks for your help.
     
    Michelle., Sep 7, 2009 IP
  7. thr3146

    thr3146 Active Member

    Messages:
    182
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    58
    #7
    if it's horizonal you can try this command..."&nbsp;"
     
    thr3146, Sep 7, 2009 IP