JerryL. Posted February 8, 2009 Report Share Posted February 8, 2009 I’m having difficulty “controlling” the placement of multiple images within my various history files. See:http://www.connectedbloodlines.com/histori...nChinaDiary.phpI understand the issues surrounding the insertion of one image and working with the text wraparound convention, but when I want to insert a second image within the same paragraph of text in which the first image is inserted, I begin to have problems. Right now, I am inserting <b> tags at various places in the code to see what effect such action has on the actual display but I have no idea what I actually should be doing to manage this issue.Can someone help me out or point me to a resource that will help me with this problem?Thanks!JerryLhttp://www.connectedbloodlines.com Quote Link to comment Share on other sites More sharing options...
dmaskew Posted February 17, 2009 Report Share Posted February 17, 2009 Jerry,Try alternating align=left and align=right, when inserting the table that contains the image, caption, etc.Here's another thing you can try:Right before the image table, instead of all the <br> tags try just one like this: <br clear="all" />the clear="all" attribute means that the next element should appear belowall other elements, regardless of alignment. Basically, if you have a leftor right aligned image or table (align="left/right"), you can use <brclear="all" /> to force the next text to appear below the alignedimage/table, no matter how tall it is. If you omit the clear="all", thenext text will still be to the side of the image/table.Hope this helps._d Quote Link to comment Share on other sites More sharing options...
JerryL. Posted February 17, 2009 Author Report Share Posted February 17, 2009 Jerry,Try alternating align=left and align=right, when inserting the table that contains the image, caption, etc.Here's another thing you can try:Right before the image table, instead of all the <br> tags try just one like this: <br clear="all" />Hope this helps._dThanks much, _d!!! I've never used this command before and it worked perfectly. Greatly appreciate your taking the time to respond to my message.Jerry Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.