Hallo Mathias
Wenn du dir erst einmal zurücksetzt und einheitlich neu setzt...
Hab deinen Tipp umgesetzt und es klappt wunderbar.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>test liste</title>
<style type="text/css">
<!--
ul {
list-style-type:none;
margin:3em;
color: red;
padding:0px;
}
li {
margin: 0px 0px 10px 5px;
padding-left:23px;
background-image:url(pdf_icon.gif);
background-repeat:no-repeat;
background-position:left;
}
-->
</style>
</head>
<body>
<ul>
<li>dies ist ein test</li>
<li>dies ist ein test</li>
</ul>
</body>
</html>
»»
Sorry für meine falsche Art zu Antworten von vorher, aber ich bin kein sehr geübter Forum-Nutzer und hatte zudem noch die frau im Nacken.
Rolf