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
>
>
>
>
>
> 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