<p> mit Bullet-Symbol versehen?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • <p> mit Bullet-Symbol versehen?

    Hallo kurze Frage,

    ist es möglich auch einen bloßen Paren/Paragraph (<p>) per CSS mit einem Bullet-Symbol zu versehen? Also ohne Einsatz von <li>.

    Vielleicht weiß jemand Rat

  • #2
    PHP Code:
    {
      
    padding-left10px;
      
    backgroundurl('bullet.gif'no-repeat top left;

    http://www.css4you.de/background.html

    Comment


    • #3
      Cool, danke - das ging ja mehr als fix

      Comment

      Working...
      X