<CR> after insert photo?
I see at least three posts a week where someone has 3-20 pictures scrolled off the screen. Can you add a <CR> to the end of the insert photo code so that it will, by default, add the pictures down?
Example (BAD):
ABCD
Example (Good):
A
B
C
D
*Pix removed for simplicity*
Example (BAD):
ABCD
Example (Good):
A
B
C
D
*Pix removed for simplicity*
Your examples look exactly the same to me
Your using IE6 I suppose. Ie has a table width bug they never fixed. The images should wrap within the width of the table cell just like text does. IE seems to push out the width of the table instead. The images are "inline" meaning they should wrap within their containing block. IE doesn't see images as separate wrapable elements: It sees:
as "abc" not "a b c". No word break. Try your example with a space between the images and see if they wrap. I may only need to add a space to resolve it.
Your using IE6 I suppose. Ie has a table width bug they never fixed. The images should wrap within the width of the table cell just like text does. IE seems to push out the width of the table instead. The images are "inline" meaning they should wrap within their containing block. IE doesn't see images as separate wrapable elements: It sees:Code:
<img/><img/><img/>
Good call ruexp.
Now if we can get the quote feature worked so that images don't appear in quotes............................................ .........................
The world will be a better place.
Now if we can get the quote feature worked so that images don't appear in quotes............................................ .........................
The world will be a better place.









