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
Lightbox styling [Solved]
Lightbox styling [Solved]
Last edited by klendino on Tue Jun 08, 2010 5:16 pm, edited 1 time in total.
Re: Lightbox styling
Find what div the img is in then use css to float it left...
Re: Lightbox styling
Thank you Mark.