Spacing Issue

Discussion in 'Blogging' started by WACMan, Dec 26, 2007.

  1. #1
    I need some help - I searched but didn't see this anywhere here..

    In my WP template on the index page I can not get it to space correctly between paragraphs but on the single post page it looks fine.

    When I insert a <p align="left">&nbsp;<p> to fool WP in spacing correctly on front page, it is double spaced on single post page.

    What did I miss??

    Thanks for help!
     
    WACMan, Dec 26, 2007 IP
  2. sundaybrew

    sundaybrew Numerati

    Messages:
    7,294
    Likes Received:
    1,260
    Best Answers:
    0
    Trophy Points:
    560
    #2
    You need to use css :)

    Most HTML tags don't or actually won't work in a theme

    Define a class then do a float: left;

    Hope that helps
     
    sundaybrew, Dec 27, 2007 IP
  3. WACMan

    WACMan Peon

    Messages:
    253
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thanks Sundaybrew.

    What I did was went in the CSS and found the p tag that controlled the posting and added:

    margin-bottom: 1em;

    Cured my issue.
     
    WACMan, Dec 27, 2007 IP