Re: [css-d] ul two rows same markup

2007-05-16 Thread jeffrey morin
On 5/16/07, cssd <[EMAIL PROTECTED]> wrote: > > > I would like to know if it's possible to create two rows using the > following markup (without clearing divs) and have them centered (both > rows)within a div. > > > > > > First Row > First Row > First Row > > > > >

Re: [css-d] ul two rows same markup

2007-05-16 Thread scott.heckel
> I would like to know if it's possible to create two rows using the following markup > > (without clearing divs) and have them centered (both rows)within a div. This will work for the two rows (style appropriately from here). ul { } li { display:inline; } For the bar seperators, you may want