3dbounce
Posts: 0
Joined: Sat May 18, 2013 9:58 am

Wrap text around an image

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?

Oleg Danchenkov
Posts: 0
Joined: Tue Apr 30, 2013 5:51 pm

Wrap text around an image

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

3dbounce
Posts: 0
Joined: Sat May 18, 2013 9:58 am

Wrap text around an image

fantastic that worked! :)

Phillip James
Posts: 0
Joined: Sat Aug 31, 2013 1:06 am

Wrap text around an image

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

Igor
Posts: 0
Joined: Tue Apr 02, 2013 12:05 pm

Wrap text around an image

Hello Phillip,

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

Return to “Issues”