Forum closed. New forum available at http://community.wymeditor.org/

adding images outside of an element

Support forum for WYMeditor.

adding images outside of an element

Postby avallo on Mon Jan 14, 2008 3:32 am

i would like to add images outside of an element tag, currently you have to have an element selected to be able to add an image. what i usually do when i am creating websites is place the image outside of an element and then float it so the text wraps around it.

like this:

Code: Select all
<p>blah blah blah<p>
<img class="floatLeft" alt="test" src="images/test.jpg" width="100" height="100" />
<p>more text blah blah blah blah</p>


is there any way to do that?
avallo
 
Posts: 11
Joined: Fri Sep 21, 2007 3:47 pm

Postby jomz on Mon Jan 14, 2008 9:26 am

i don't think you can construct it that way via WYM.
What we do, is put the image in a p, and give that p a float-left/right class
jomz
 
Posts: 1
Joined: Thu Apr 12, 2007 5:01 pm
Location: Wetteren

Postby avallo on Mon Jan 14, 2008 7:16 pm

Thanks jomz,
That is what i am currently doing.

well i am putting the image in a p element with text in it and floating the image that way the text wraps around the image.
avallo
 
Posts: 11
Joined: Fri Sep 21, 2007 3:47 pm


Return to Support

Who is online

Users browsing this forum: No registered users and 2 guests