in reply to Re: Re-dimensioning an HTML table with Perl ?
in thread Re-dimensioning an HTML table with Perl ?

Its a series of tables with images (e.g. sponsor logos). The point is I want to stretch it, i.e. expanding the width just brings up the stuff from the next line. Just like when you expand/contract a text window in Word or whatever.
  • Comment on Re^2: Re-dimensioning an HTML table with Perl ?

Replies are listed 'Best First'.
Re^3: Re-dimensioning an HTML table with Perl ? Use CSS.
by hippo (Archbishop) on Apr 26, 2017 at 08:31 UTC

    So it turns out it isn't a table at all (because the rows and columns have no semantic meaning) but actually a grid (a 2D representation of a linear series). In which case you should use the same method with Perl as you would without Perl: a responsive layout with appropriate CSS.