Nov 23, 2001 #1 silverswim Programmer Joined Oct 17, 2001 Messages 50 Location GB Hi again, Can someone tell me how to go about wrapping text around a picture? Thanks, Silverswim
Nov 24, 2001 #2 BigBadDave Programmer Joined May 31, 2001 Messages 1,069 Location EU If the image is on the left and the text is just after it then : <img alt="My Img" src="my_img.gif" height="100" width="100" align="left">text<br>more text<br>even more text Regards Big Dave davidbyng@hotmail.com ** If I am wrong I am sorry, but i'm only trying to help!! ** Upvote 0 Downvote
If the image is on the left and the text is just after it then : <img alt="My Img" src="my_img.gif" height="100" width="100" align="left">text<br>more text<br>even more text Regards Big Dave davidbyng@hotmail.com ** If I am wrong I am sorry, but i'm only trying to help!! **