On 10/14/05, Reese @ M2 Web Studios <[EMAIL PROTECTED]> wrote:
> Hello there,
>
> I'm new to the list and appreciate in advance any assistance with this.
>
> A client of mine has a list to display of about 300 magazine titles. I'd
> like to set these up for her using CSS lists so they can be in col
A couple of weeks ago A List Apart covered multi-column lists.
http://www.alistapart.com/articles/multicolumnlists
CSS Swag: Multi-Column Lists
by Paul Novitski
Great samples and examples, along with things to be careful with.
___
Hi Geoffrey -
I messed with your code a bit and came up with this.
.squareNoIndent {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
line-height: 20px;
color: #66;
margin: 0px 0px 15px 0px;
padding: 0px;
list-style: none;
}
.squareNoIndent li {
bac