1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Need some help asap (probably something simple)

Discussion in 'HTML & Website Design' started by choice, Feb 13, 2009.

  1. #1
    I am having trouble getting my text to form paragraphs on my homepage

    http://www.seobasement.com/

    any help would be appreciated

    it should read like this
     
    choice, Feb 13, 2009 IP
  2. scoopy82

    scoopy82 Active Member

    Messages:
    838
    Likes Received:
    45
    Best Answers:
    0
    Trophy Points:
    70
    #2
    Appears this is caused by the following in your css:
    * {
    margin:0;
    padding:0;
    }
    Code (markup):
    Which is passing this style along to the <p> tags. You can either take that out and restyle your classes for their own margins and paddings... or replace the <p> tags with <br /><br />
     
    scoopy82, Feb 13, 2009 IP
    choice likes this.
  3. choice

    choice Prominent Member

    Messages:
    5,444
    Likes Received:
    490
    Best Answers:
    0
    Trophy Points:
    350
    Digital Goods:
    2
    #3
    cheers rep has been left
     
    choice, Feb 13, 2009 IP