Page 1 of 1

Lightbox styling [Solved]

Posted: Thu Jun 03, 2010 2:20 pm
by klendino
Hi

I installed lightbox 1.0.1 and it's working fine.
However, how can I wrap the text around the image? Same effect as using "style: float: left;" on an image.

Now the image is displayed as follows:

PICTURE
PICTURE
PICTURE
PICTURE Some text starts here and
continues here...

What should I do to have it as follows:

PICTURE Some text starts here
PICTURE and continues here
PICTURE and here
PICTURE and here
and continues here...

URL: http://lcf.e-dauphin.net/cms/ and look at the pictures in the news module.

CMSMS 1.6.7
CGExtensions 1.18.8
LightBox 1.0.1

Thanks

T

Re: Lightbox styling

Posted: Thu Jun 03, 2010 5:30 pm
by Dr.CSS
Find what div the img is in then use css to float it left...

Re: Lightbox styling

Posted: Tue Jun 08, 2010 5:16 pm
by klendino
Thank you Mark.