Hi All,
I inserted this attribute in my .css file.
I wish to know how the centre the text after each bullet.
I also would like to make sure that there is no problem with other browsers.
Thanks for your advice!
L
I inserted this attribute in my .css file.
I wish to know how the centre the text after each bullet.
I also would like to make sure that there is no problem with other browsers.
Code:
.links ul li {
list-style-image: url(r_square.gif);
}
L
Comment