"Greg N." <> wrote:
>> Not possible, with or without tables. The only way to achieve this is by
>> using text-align:justify, but that only works when the content wraps.
>
>Sure possible with tables. Just align the image in the leftmost cell
>left, the image in the rightmost cell right, center the other images in
>their cells and give the cells appropriate widths in percent. Works like
>a charm.
Right you are, there is an alternative without using a html table, but
it's a bit messy:
http://homepage.ntlworld.com/spartanicus/justify.htm
It's buggy in IE due to what appears to be rounding errors in adding the
widths of the individual elements, maybe there's a hack to solve that.
Another possible method could be to float four 25% width containers.
Note that these methods do not allow the images to wrap if the window
width isn't wide enough, thus you are better off choosing a different
layout.
--
Spartanicus