Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [SOLVED] list-style-image problems Reply To: [SOLVED] list-style-image problems

#241437
towen
Participant

Sorry for the vagueness. I will try to be more specific…:)

This is some of the code I have tried…

ul { list-style-image: url(/Users/tracyowen/Desktop/graphicdesign/fish1.jpeg);
height= 60px; width=60px;}

or

<ul style = "list-style-image: url(/Users/tracyowen/Desktop/graphicdesign/fish1.jpeg);
height= "60px;" width="60px;">
<li> example</li>
</ul>

or

<ul style = "list-style-image: circle inside URL(/Users/tracyowen/Desktop/graphicdesign/fish1.jpeg);
height= "60px;" width="60px;">

I have tried each of these without the URL as well. I have even tried it using <span>but cannot remember what code I exactly used for it since I erased it after it did not work. :(

I’m new to this and to this website, so if cannot help me its ok. I just thought I might give it a try… Thank you for replying and have a great day!!! :)
Tracy