Page 1 of 1

Wrap text around an image

Posted: Thu Aug 08, 2013 2:55 pm
by 3dbounce

Hi,

I am currently trying to wraps my text around an image. I have put an image and a label within the same grid box and trying to use this code on "load":
Tiggzi('journal_image').css('display', 'inline');
Tiggzi('journal_text').css('display', 'inline');

This doesn't seem to work and only the first line wraps around the very bottom of the image.

Image

Any ideas on how i can fix this?


Wrap text around an image

Posted: Thu Aug 08, 2013 3:36 pm
by Oleg Danchenkov

Try this code
Appery("journal_image").css("float", "left");


Wrap text around an image

Posted: Thu Aug 08, 2013 3:41 pm
by 3dbounce

fantastic that worked! :)


Wrap text around an image

Posted: Sat Aug 31, 2013 1:06 am
by Phillip James

Hello Oleg Danchenkov, I have added the code that you have suggested and my text is still underneath the image. i am new to this and would appreciate any help. Kind regards
Phil


Wrap text around an image

Posted: Sun Sep 01, 2013 8:52 pm
by Igor

Hello Phillip,

Please post screen shot of your screen and code which you use.