Wrap Text Around Images

Need help with the Administration of your Joomla! 1.5 site? This is the spot for you.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Locked
stevepeo
Joomla! Intern
Joomla! Intern
Posts: 54
Joined: Sun Oct 28, 2007 1:01 pm

Wrap Text Around Images

Post by stevepeo » Sun Feb 24, 2008 2:00 pm

Hi

I wondered if it is possible to warp text around images? At present I am getting a picture followed with a gap in the text for the depth of the picture...

I assume this can be sorted using a table but just wonder if its possible via a setting to make life easier?

Steve

Gergo Erdosi
Joomla! Virtuoso
Joomla! Virtuoso
Posts: 4031
Joined: Sat Nov 11, 2006 9:34 pm
Location: Hungary

Re: Wrap Text Around Images

Post by Gergo Erdosi » Sun Feb 24, 2008 2:11 pm

It is possible with css. Use the following code for the image:

Code: Select all

<img src="image.jpg" style="float: left; padding: 5px;" />
Of course float can be left, right etc.

stevepeo
Joomla! Intern
Joomla! Intern
Posts: 54
Joined: Sun Oct 28, 2007 1:01 pm

Re: Wrap Text Around Images

Post by stevepeo » Sun Feb 24, 2008 2:27 pm

Thank you.

In my naivity (and I am just a newbie), do I add this in the html view of the editor?

Steve

Gergo Erdosi
Joomla! Virtuoso
Joomla! Virtuoso
Posts: 4031
Joined: Sat Nov 11, 2006 9:34 pm
Location: Hungary

Re: Wrap Text Around Images

Post by Gergo Erdosi » Sun Feb 24, 2008 2:30 pm

stevepeo wrote:In my naivity (and I am just a newbie), do I add this in the html view of the editor?
Yes, that's the easiest way.

stevepeo
Joomla! Intern
Joomla! Intern
Posts: 54
Joined: Sun Oct 28, 2007 1:01 pm

Re: Wrap Text Around Images

Post by stevepeo » Sun Feb 24, 2008 2:35 pm

Thank you

Steve

Gergo Erdosi
Joomla! Virtuoso
Joomla! Virtuoso
Posts: 4031
Joined: Sat Nov 11, 2006 9:34 pm
Location: Hungary

Re: Wrap Text Around Images

Post by Gergo Erdosi » Sun Feb 24, 2008 2:40 pm

You're welcome. :) If something is wrong, just write. :)

inspired444
Joomla! Intern
Joomla! Intern
Posts: 51
Joined: Mon Sep 15, 2008 6:54 pm

Re: Wrap Text Around Images

Post by inspired444 » Wed Sep 17, 2008 12:17 pm

THanks for this tip. Much appreciated.
Does anyone know if any of the editors (JCE, etc.) has a button one can add in order to control the float property on an image? So that one does not have to manually edit the HTML each time we want an image with text wrapping around it?

Cheers,
Jonathan

stevepeo
Joomla! Intern
Joomla! Intern
Posts: 54
Joined: Sun Oct 28, 2007 1:01 pm

Re: Wrap Text Around Images

Post by stevepeo » Wed Sep 17, 2008 2:33 pm

Hi Jonathan


Yes, I now use xhtml (http://www.xhtmlsuite.com) which is fantastic. It allows you to upload the image directly and set the float. It also has a nice feature for inserting files for downloading which is very similar. By far the best £30 (actually it's a little less but obviously dependent on exchange rates) you can spend for joomla.

As a free alternative, have a look at JCE (http://www.joomlacontenteditor.net/) which is also very very good and has many of the same features. In fact a good option is to install both to have the full range of tools at hand.

Steve

inspired444
Joomla! Intern
Joomla! Intern
Posts: 51
Joined: Mon Sep 15, 2008 6:54 pm

Re: Wrap Text Around Images

Post by inspired444 » Thu Sep 18, 2008 10:09 am

stevepeo wrote:Hi Jonathan
Yes, I now use xhtml (http://www.xhtmlsuite.com) which is fantastic. It allows you to upload the image directly and set the float. It also has a nice feature for inserting files for downloading which is very similar. By far the best £30 (actually it's a little less but obviously dependent on exchange rates) you can spend for joomla.
As a free alternative, have a look at JCE (http://www.joomlacontenteditor.net/) which is also very very good and has many of the same features. In fact a good option is to install both to have the full range of tools at hand.
Steve
Thanks Steve, that was helpful and has pointed me in the right direction.
I've now got it happening through JCE.
Cheers,
Jonathan

ikt
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 137
Joined: Sat Mar 11, 2006 6:07 pm

Re: Wrap Text Around Images

Post by ikt » Sun Oct 05, 2008 5:18 pm

erdsiger wrote:It is possible with css. Use the following code for the image:

Code: Select all

<img src="image.jpg" style="float: left; padding: 5px;" />
Of course float can be left, right etc.

Beautiful... thank you!

bcolumbia
Joomla! Apprentice
Joomla! Apprentice
Posts: 9
Joined: Mon Nov 03, 2008 2:35 pm

Re: Wrap Text Around Images

Post by bcolumbia » Wed Mar 25, 2009 4:13 pm

This did not work for me. When I enter in that coding it all gets removed accept for the img src and then it automatically adds a border property. I Don't understand why I can't embed stuff like CSS or Java? :(

User avatar
ltempest
Joomla! Guru
Joomla! Guru
Posts: 600
Joined: Thu Aug 25, 2005 11:16 am
Location: Gloucester, UK
Contact:

Re: Wrap Text Around Images

Post by ltempest » Wed May 13, 2009 2:34 pm

I'm looking for a similar solution but I need my text to actually 'flow' around the contour of the image. There is a plugin called curvacious http://extensions.joomla.org/extensions ... 12/details but this is only J1.0.x and I was wondering if there is a J1.5 version?

Thanks for the help

Lee

User avatar
El Magnifico
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 121
Joined: Tue Sep 29, 2009 9:15 pm
Location: Belize, Central America/Caribbean

Re: Wrap Text Around Images

Post by El Magnifico » Thu Oct 01, 2009 10:11 pm

bcolumbia wrote:This did not work for me. When I enter in that coding it all gets removed accept for the img src and then it automatically adds a border property. I Don't understand why I can't embed stuff like CSS or Java? :(
Go to global configuration and disable your WYSIWYG editor and try again, preview, and re-enable WYSIWYG after you are done. You may have to do this every time you plan on editing the page...but beauty has its price.
When in doubt, Google it!

CarloMYK
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Tue Feb 16, 2010 4:26 pm

Re: Wrap Text Around Images

Post by CarloMYK » Tue Feb 16, 2010 4:47 pm

I don't have a HTML option in my text editor of my article. what else can I do? please help

User avatar
El Magnifico
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 121
Joined: Tue Sep 29, 2009 9:15 pm
Location: Belize, Central America/Caribbean

Re: Wrap Text Around Images

Post by El Magnifico » Tue Feb 23, 2010 7:05 pm

In the global settings you can choose to turn off the editor...there is an option with a "drop down list" that should currently say TinyMCE 2.0 or something similar. You can change this to "No Editor"....after completing this, you can revert back to original settings. Hope this helps.
When in doubt, Google it!

sidnet
Joomla! Apprentice
Joomla! Apprentice
Posts: 8
Joined: Wed Aug 31, 2011 6:28 pm

Re: Wrap Text Around Images

Post by sidnet » Mon Sep 05, 2011 12:05 pm

Could someone help by clarifying how to achieve the text wrap, if the trouble maker is an embedded adsense code (plugin) and not an image?

jjag
Joomla! Apprentice
Joomla! Apprentice
Posts: 20
Joined: Sat May 08, 2010 11:00 am

Re: Wrap Text Around Images

Post by jjag » Wed Oct 12, 2011 12:58 pm

Thanks Gergo. The css code addition via the HTML button of the TinyMCE Editor did it for me.

space6977
Joomla! Fledgling
Joomla! Fledgling
Posts: 2
Joined: Fri Feb 17, 2012 5:11 am

Re: Wrap Text Around Images

Post by space6977 » Sun Apr 15, 2012 4:01 am

i also was having a problem with wrapping text around an image using jce i tried the
<img src="image.jpg" style="float: left; padding: 5px;" />
to wrap the text but all my images were getting tabbed over so i spent some time playing around and i found that in the img src if you add align="left" like so
<img src="image.jpg" align="left" />
it will also wrap the text with out typing so much. hope it helps

jrllsls
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Wed Oct 08, 2014 11:26 am

Re: Wrap Text Around Images

Post by jrllsls » Wed Oct 08, 2014 11:32 am

Same problem but worse, in that I am entirely at sea with html. Had my website developed professionally (used to do it myself using iWeb - that's about the extent of my knowledge) and now have to add content myself. I'm okay with basics, but wrapping text etc - too much for me! I tried the JCE but doesn't seem mac compatible? Can anyone explain to me EXACTLY how to do wrap text round an image, without assuming any prior knowledge?

Thank you!

User avatar
dpacadmin
Joomla! Champion
Joomla! Champion
Posts: 6029
Joined: Sat Aug 16, 2008 1:46 pm
Location: the Bat Cave
Contact:

Re: Wrap Text Around Images

Post by dpacadmin » Thu Oct 09, 2014 10:31 pm

See if your editor can set a left or right align on the image, you may need to insert the image just before the text you want to wrap it.


Locked

Return to “Administration 1.5”