No Perl solution, but even better for maximizing the browser's real estate:
put every single image into a
<div style="float:left;..."> element and the images will flow left-to-right, top-to-bottom in the visible browser area.
<div style="float:left;padding:8px;"> <img src="yadda..." alt="Nice pic" /> </div>
Just my $0.02...
--
Cheers, Joe
In reply to Re: simple column/row counter
by joe++
in thread simple column/row counter
by monkscafe
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |