>
> Can someone point me in the direction of coding idea or solution for this?
I
> suppose, strictly speaking, the info can be presented as a table of data
but
> there's still the alphabetical order issue when adding or removing
artists.
>
One thing that I would do is reorganize the the columns by placing the
second name in the list to the right of the first name, the third name
in the spot vacated by the second, and the fourth name to the right of
the third, and so on.   I would make a container for all the
name+image divs with a set width, then float the individual div's to
the left.  Since 3 div's would be wider than the available width, you
would have two columns of names that would be easily reorganized by
adding new div's to the right spot alphabetically, or removing div's
no longer needed.

I'm probably wrong, but it seems as tho keeping the format as is would
take a lot more code and be less manageable since I assume you would
have place the name+image div's into additional divs for the
individual columns.

Don

Don,
Thanks. Reorganizing the current order of the names is a great point. Thanks
for that. And yeah, personally I hate all that code. One thing I've
considered in using Lightbox to display all those images, thereby
eliminating all those jump pages and the need to keep creating more. 

This is just a temporary, pro bono gig for me but I'd like to hand back
something at least a little more manageable. Thanks for your response.
Bill
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to