> -----Original Message----- > From: M M [mailto:[EMAIL PROTECTED] > Sent: Wednesday, 16 March 2005 2:54 PM > To: [email protected] > Subject: [WSG] Css Floating Image > > Right now the problem is a gap under the image. >
Ooops, didn't read your mail carefully enough. It's the little space under the image you want to get rid of? That's caused by your formatting of HTML, I think. If you wrote your whole code on one line, it gets rid of the space: <div id="wrapper"><div id="box"><img src="images/test.jpg" width="200" height="100"></div><div id="text">this text should float to the right of the image</div></div> ****************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
