Nov 3, 2001 #1 bch33 Technical User Joined Oct 13, 2001 Messages 151 Location US Is there a way in Dreamweaver to wrap text around pictures placed on different areas of a page? Thank you, bch
Is there a way in Dreamweaver to wrap text around pictures placed on different areas of a page? Thank you, bch
Nov 4, 2001 #2 EugenePaliev Programmer Joined Jul 18, 2001 Messages 537 Location UA Hello bch! Try to use align="left", or align="right" of your images. Example: <img src="some_file.gif" align="left"> In this case you will also need to play with where to place image to make it looking how you really need. Good Luck! Upvote 0 Downvote
Hello bch! Try to use align="left", or align="right" of your images. Example: <img src="some_file.gif" align="left"> In this case you will also need to play with where to place image to make it looking how you really need. Good Luck!
Nov 5, 2001 Thread starter #3 bch33 Technical User Joined Oct 13, 2001 Messages 151 Location US I'll give a try, Thanks so much. Upvote 0 Downvote