I am forming a databased processed list using a DL with DT and DD's.
Its going to be a decent sized list, and I would like to have it so a 2nd column is created.
Regarding css, how would I get it to work with the following
Any help is appreciated.Code:<dl id="categoryname"> <dt>Blah Title</dt> <dd>blah item</dd> <dd>blah item</dd> <dd>blah item</dd> .... <dt>Blah Title 2</dt> <dd>blah item</dd> <dd>blah item</dd> <dd>blah item</dd> .... </dl>
Thanks
Bryan






Bookmarks