Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
CK editor question
#3
juliememe Wrote:I would also like to know how i could go about adding a 'float' css option to images as the 'align' doesn't work like a float does when viewed in IE7.
thank you

When using the WYSIWYG editor in GetSimple the "align" drop-down box in the Image Properties actually uses the float css attribute.

For example:
When you add an image in one of your pages in the Image Properties if you were to select "Left" in the Alignment drop-down box the code will output:

Code:
<img style="float:left;" src="..." alt="...">

If you click on the "Advanced" tab, the very last textbox will show what style info will be used on the image. There you should see "float:left;"

So to answer your question you are already floating the image not aligning it. I'm not sure if this helps. Can you provide a link to your site so I can see your code? I may be able to help further.
Reply


Messages In This Thread
CK editor question - by juliememe - 2011-11-07, 12:17:55
CK editor question - by Connie - 2011-11-07, 16:57:20
CK editor question - by jyoz22 - 2011-11-07, 17:32:03
CK editor question - by mvlcek - 2011-11-07, 17:55:02



Users browsing this thread: 1 Guest(s)