Hi there, any help would be great. Here is my problem. I'm using Dreamweaver to generate my CSS and bullets are not working. I'm learning how to hand code CSS but not so good at it yet. Could you help see what is wrong with this as there are NO bullets showing up. I really want square bullets to align on the right of my table
.bullet {
font-family: Arial, Helvetica, sans-serif;
margin: 25px;
padding: 25px;
list-style-type: square;
position: absolute;
}
thanks in advance
.bullet {
font-family: Arial, Helvetica, sans-serif;
margin: 25px;
padding: 25px;
list-style-type: square;
position: absolute;
}
thanks in advance