Paragraph breaks issue?

Discussion in 'CSS' started by I. Brian, Jan 29, 2007.

  1. #1
    I. Brian, Jan 29, 2007 IP
  2. dkessaris

    dkessaris Peon

    Messages:
    984
    Likes Received:
    119
    Best Answers:
    0
    Trophy Points:
    0
    #2
    for the first one add in your css

    p
    {
    padding: 0.5em;
    }
    PHP:
    and it should display fine, you can play with the em values to make it look the way you like.

    For the second I will take a look at it in a min
    Disclaimer: I am not a professional coder:
    For start find this code in your sidebar
    <div id="menu">
    <ul id="main_menu">
    <br />
    PHP:
    and remove the <br />
     
    dkessaris, Jan 29, 2007 IP
    I, Brian likes this.
  3. I. Brian

    I. Brian Business consultant

    Messages:
    810
    Likes Received:
    59
    Best Answers:
    1
    Trophy Points:
    145
    #3
    Many thanks for the reply - the first part works great. :)

    Got the links sorted as well - apparently a z-index issue.

    Green rep your way. :)
     
    I. Brian, Jan 30, 2007 IP
  4. dkessaris

    dkessaris Peon

    Messages:
    984
    Likes Received:
    119
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Glad everything worked out :)
     
    dkessaris, Jan 30, 2007 IP