MichaelH: Thank you, I took a look at that… however, there’s nothing about getting an array of the names and URLs… any idea if thats possible ?
HandySolo: Thanks to you as well, I have looked at a bunch of different CSS solutions and themes… however, I’m not sure how to do that so I can choose a different custom image for each link…
My idea was to write a custom PHP function that looks for an image with the same name as the page (i.e., if I have a section called “Hello” it will look for an image called “Hello.jpg”, and if it doesn’t find one, it uses a default image.
Is that possible with CSS ? I know there’s the list-style-image property, but I don’t think it can work that way… any ideas ?