Posted by Jim Moe on 02/28/06 05:02
davidjdoherty@gmail.com wrote:
>
> <UL>
> <LI>Text1</LI>
> <LI>Text2</LI>
> <LI>Text3</LI>
> </UL>
>
> Basically I want it to display like this:
>
> Text1 - Text2 - Text3
>
<UL>
<LI>Text1</LI>
<LI> - </LI>
<LI>Text2</LI>
<LI> - </LI>
<LI>Text3</LI>
</UL>
--
jmm (hyphen) list (at) sohnen-moe (dot) com
(Remove .AXSPAMGN for email)
[Back to original message]
|