Can you show the entire HTML page? Even better, can you give us a link to a hosted version of the page? The CSS is very limited and we can't help much with it.
Honestly it's not mine to give...but I take it from your answer that it is possible to stack one graphic link right against another, so that therefore my code is incorrect?
in your html, try putting all the image tags on the same line, in the markup every line return is gonna input a small white space between inline elements. let me know if this works.
in your html, try putting all the image tags on the same line, in the markup every line return is gonna input a small white space between inline elements. let me know if this works.
in your sample the img tags are not on the same line, and why are they all in a single tag? the principle of unsorted lists is to have each item in a "list item" unless theres a good reason to do it your way that i'm missing...
well it depends what you are working with?
if you're using php for example i can't help you.
but if its asp.net you should use special tags that are available to you, like it would allow you to do eactly the same thing without images, which would be better SEO wise i believe.