+ 1
How can I put the HTML link into the center with the circle behind it. I want to move both of them.
4 Answers
+ 2
if you want change the dot list style in to circle you can use
li{
list-style-type:circle ;
}
and align="center" for aligning to center
+ 2
Use CSS or use the <center> tag, to center the test, and use list-style-type:none to remove the original dots and add a bullet manually behind the item with the utf8 character •
+ 1
thank you Jensen-Email... .
0
no estimates taker I want to move the circle to the center.