Results 1 to 3 of 3

Thread: Bullet points showing up unintended

  1. #1
    Join Date
    Jul 2010
    Posts
    64
    Thanks
    23
    Thanked 0 Times in 0 Posts

    Default Bullet points showing up unintended

    Hello,

    I'm making this contact form, but somehow 3 bullet points show up in the page and I think it has something to do with the css.
    Also, I wanted to have a little bit of space between the 3 input fields but I don't know how to do this.

    Thanks for the help,
    Rosalie
    Last edited by Rosalie; 07-27-2011 at 09:41 AM.

  2. #2
    Join Date
    Jul 2011
    Location
    Denmark
    Posts
    18
    Thanks
    1
    Thanked 4 Times in 4 Posts

    Default

    Just add this somewhere in your stylesheet:

    Code:
    .sdf1 {
        list-style-type: none;
    }
    -Toby

  3. The Following User Says Thank You to CChawps For This Useful Post:

    Rosalie (07-27-2011)

  4. #3
    Join Date
    Jul 2010
    Posts
    64
    Thanks
    23
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by CChawps View Post
    Just add this somewhere in your stylesheet:

    Code:
    .sdf1 {
        list-style-type: none;
    }
    -Toby
    Thank you very much Toby, that indeed 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
  •