Posted by mbstevens on 02/28/06 01:33
davidjdoherty@gmail.com wrote:
> Hi, I'm not sure if its possible to do but I couldn't find a solution
> on the net.
>
> <UL>
> <LI>Text1</LI>
> <LI>Text2</LI>
> <LI>Text3</LI>
> </UL>
>
> Basically I want it to display like this:
>
> Text1 - Text2 - Text3
>
>
> I don't have control how the UL and LI elements are rendered, so can is
> it possible to use CSS to put some text in between each element. I can
> simply make it inline so that it renders like:
>
> Text1 Text2 Text3
>
> But can you use CSS to put in the '-'?
>
> Any help would be greatly appreciated.
> Dave
>
See the the following article:
http://www.alistapart.com/articles/taminglists/
[Back to original message]
|