Is it possible to just colour colour the bullett of a list item?
eg. disc or square orange and the text black
Thanks for any helpNo, you will need to use images:
<style type="text/css">
<!--
ul {list-style-image: url(RedDot.gif);}
-->
</style>I think I will use a span class on the text instead
thanks anyway
eg. disc or square orange and the text black
Thanks for any helpNo, you will need to use images:
<style type="text/css">
<!--
ul {list-style-image: url(RedDot.gif);}
-->
</style>I think I will use a span class on the text instead
thanks anyway