Hi Alby,
I don't know if you can use it because this solution corresponds to my needs. You can see the result here :
http://cspsejudojujitsu.free.frI wanted the text to be allowed to tight, so that image and text fit into a 800x600px screen.
This is the CSS :
.bloc1 {
background-color: #ffffff;
height: 225px;
width: 300px;
float: right;
}
.bloc2 {
background-color: #ffffff;
margin-right: 300px;
}
Html code is (IR is in bloc1 and text in bloc2) :
<div class="bloc1">{image_rotator folder="uploads/imagefolder" alt=" text" rotator='new'}</div><div class="bloc2"><p align="justify">TEXT</p></div>
"alt" says still "Image Rotator", both in old and in new mode even if I entered text.
I hope it can help you.
Cheers!