I have three images, they are each 189 by 146 and all sit inline, so that's 566 wide. No spaces, no padding, just three images, I could make it one, and use a image map, but they get swapped out so I ca not.
Right now, this is suiting me pretty well: <table width="566" height="146"> <tr> <td> <img src="/home/three_01.jpg" width="189" height="146"></td> <td> <img src="/home/three_02.jpg" width="187" height="146"></td> <td> <img src="/home/three_03.jpg" width="190" height="146"></td> </tr> </table> However, I don't want to use a table, and thought, this is a pretty good case for a <ul>, or it is not proper to put images in the ul? If not, whats the best way, I have been trying to float divs around with little luck as well. -- ------------------------------------------------------------- Scott Haneda Tel: 415.898.2602 <http://www.newgeo.com> Novato, CA U.S.A. ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
