did you ever get an answer to this? i want to do the same thing
I suppose this is kind a everybody problem…, I havent got the answer on this too…
http://www.belleinterior.com
Hi,
I had the same problem. I solved it this way: in css added 2 new div’s (for left and right aling), they look like this:
#right {
width: 250;
height: 100;
display: inline;
float: right;
}
then, when adding new slideshow I simply put it in div. so the code is like this:
<div id=”right”>[slideshow=1]</div>
works well so far
hi adasko,
are you able to explain in a bit more detail as to how you did it? i am trying to align the slideshow box to the right with the text on the left. Thanks