Jump to content
TNG Community

Multiple Images within a web file


JerryL.

Recommended Posts

I’m having difficulty “controlling” the placement of multiple images within my various history files. See:

http://www.connectedbloodlines.com/histori...nChinaDiary.php

I 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!

JerryL

http://www.connectedbloodlines.com

Link to comment
Share on other sites

  • 2 weeks later...

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 below

all other elements, regardless of alignment. Basically, if you have a left

or right aligned image or table (align="left/right"), you can use <br

clear="all" /> to force the next text to appear below the aligned

image/table, no matter how tall it is. If you omit the clear="all", the

next text will still be to the side of the image/table.

Hope this helps.

_d

Link to comment
Share on other sites

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.

_d

Thanks 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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...