21301 Posts in 5735 Topics by 2603 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1180 Views |
-
Text wrap breaks when image has caption

21 January 2011 at 4:58am
Is anyone else having a problem using text wrap (floating) with images with a caption?
I can insert an image with text wrap into a page with the tiny mce/text editor without a caption, but the text wrap fails when I add a caption. The image and caption stay together, but the text breaks to the next line after the image/caption. The problem is that the system is not setting the float attribute (left or right) for the class captionImage when the image has a caption. Can someone tell me which file the editor uses to set the style for captionImage? I can override it in the html editor, but it defeats the purpose of using a cms if you have to go in and add/change code for the most basic functions. If it makes a difference, I'm using SS 2.42.
Thanks!
HB
-
Re: Text wrap breaks when image has caption

24 January 2011 at 2:33pm
Make sure you have the css for this to work:
.captionImage.left {
float: left;
} -
Re: Text wrap breaks when image has caption

11 May 2012 at 7:31pm
Am also having problems, when i insert an image with the option on the left with text wrapping around it, it doesnt wrap the text around it and the image is always at the left. Help!!1
-
Re: Text wrap breaks when image has caption

11 May 2012 at 7:31pm
Am also having problems, when i insert an image with the option on the left with text wrapping around it, it doesnt wrap the text around it and the image is always at the left. Help!!1
-
Re: Text wrap breaks when image has caption

14 May 2012 at 1:55pm
Do you have the correct css to make the image float?
| 1180 Views | ||
|
Page:
1
|
Go to Top |


