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.
Any ideas on how i can fix this?