upnet
Active member
I have created a new page and I have html in the template. I have a <ul> that I want to change the bullet icon to an image. Can someone help me out with how to implement this for one particular page?
I found that this is the CSS
ul
{
list-style-image:url('imagelocation.png');
}
I'm clueless how and or where to implement that. Ideally I want to set the image twice as I have two seperate <ul>'s.
Thanks in advance.
I found that this is the CSS
ul
{
list-style-image:url('imagelocation.png');
}
I'm clueless how and or where to implement that. Ideally I want to set the image twice as I have two seperate <ul>'s.
Thanks in advance.