Tracey,
Change:-
list-style-type:disc; (or whatever you at the mo)
to:-
list-style-image: url('myimage.gif';
Change:-
list-style-type:disc; (or whatever you at the mo)
to:-
list-style-image: url('myimage.gif';
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
.sitemap {
color: #FF0000;
font-size:36px;
}
.sitemap li span {
color: #000000;
font-size:medium;
}
.sitemap li span span {
color:#00CC33;
}
-->
</style>
</head>
<body>
<ul class="sitemap">
<li><span>entry 1</span></li>
<li><span>entry 2</span></li>
<li><span>entry <span>number 3</span></span></li>
</ul>
</body>
</html>
Comment