Home html dash in the list

dash in the list

Author

Date

Category

Example:
– Text

How to make a normal dash in the list?


Answer 1, Authority 100%

ul {
   List-Style: None;
}
UL LI: Before {
   Content: "-";
   Position: relative;
   left: -5px;
}

Example


Answer 2, Authority 10%

li {list-style-type: "-";}

Answer 3

ul {
    List-Style: None;
    Margin: 0.
   }
UL Li {
    Position: relative;
    }
UL LI: Before {
     Content: "-";
     Position: Absolute;
     Left: -18px;
   }

changed a bit of

Programmers, Start Your Engines!

Why spend time searching for the correct question and then entering your answer when you can find it in a second? That's what CompuTicket is all about! Here you'll find thousands of questions and answers from hundreds of computer languages.

Recent questions