15 Oct
2007
15 Oct
'07
2:04 p.m.
On Sat, Oct 13, 2007 at 11:34:52AM +0100, Greg Thomas wrote:
On 12/10/2007, Chris G <cl@isbd.net> wrote:
I want to lay a list of items out as follows:-
item1 item2 item3 item4 item5
Wnat's the simplest way of doing this in HTML? <ul><li>item1 <ul><li>Item2 <ul><li>item3 <ul><li>item4 <ul><li>item5 </ul></ul></ul></ul></ul> Except you didn't close the <li>s Steve