Results 1 to 3 of 3

Thread: sorry for the Newbie question...

  1. #1
    Join Date
    May 2006
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default sorry for the Newbie question...

    Hi,

    I'm having a bit of trouble with my css.

    It currently generates very large expanses whenever I start a new paragraph (new <p> tag).

    Can anyone tell me how to alter my existing css so that I get normal spaces (one line) breaks between paragraphs, instead of the large two line expanses I currently get?

    here is the site I'm working on:
    http://www.freetopkeywords.com/websi...-insurance.php

    here is where the css is:
    http://www.freetopkeywords.com/websi...plaincss/1.css

    thanks so much for any hints!!

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Start by getting rid of this rule altogether:

    Code:
    #mainbar p {
    padding:15px;
    line-height:20px;
    }
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    May 2006
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    terrific! thanks! it worked

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •