I would have thought they'd be included??
Check in the black bear images folder for starbullet.png
that demo page is this block of css
| Code: |
li.mostread a:link, li.latestnews a:
link (line 118)
{
padding-left: 14px;
background-image: url(../images/starbullet.png);
background-repeat: no-repeat;
background-x-position: left;
background-y-position: 2px;
}
li.mostread a:hover, li.latestnews a:
hover (line 125)
{
background-image: url(../images/starbullet-
hover.png);
background-repeat: no-repeat;
background-x-position: left;
background-y-position: 2px;
}
|
Look for that in your css file. If both the code exists and the images are in the correct folder it'll be something, which may be something to do with the module configuration settings.
BUT if it's not there you can make your own stars and put them in using the code above :)<br><br>Post edited by: Bambi, at: 2007/11/21 03:51