[thelist] td and wrapping lots of images
ryan manville
ryan at ryanmanville.com
Tue Jan 22 16:56:44 CST 2002
try aligning you images to the left
<img src"" align="left">
//manville
----- Original Message -----
From: "matt g." <mrg at members.evolt.org>
To: <thelist at lists.evolt.org>
Sent: Tuesday, January 22, 2002 1:31 PM
Subject: [thelist] td and wrapping lots of images
> At issue: I have a bunch of images in a large liquid table cell (95%). i
> would like the line of images to automatically break when 'appropriate',
> *without* having space between the images.
>
> The following fills the space on some browsers, but others just make the
> table as wide as the content, without any 'automatic' line breaks:
> <table width="95%">
> <td>
> <img><img><img><img><img><img>
> </td>
> </table>
>
> This fills the space on all browsers, but leaves space in-between the
> images:
> <table width="95%">
> <td>
> <img>
> <img>
> <img>
> <img>
> <img>
> <img>
> </td>
> </table>
>
> Is there a way to achieve both goals here?
>
> Thanks,
> matt garrett
>
>
>
> --
> For unsubscribe and other options, including
> the Tip Harvester and archive of TheList go to:
> http://lists.evolt.org Workers of the Web, evolt !
>
More information about the thelist
mailing list