Hi I faced a problem regarding using FCKeditor in this theme.

If I use FCKeditor and edit contents and add piture on the contents after that the picture is not showing in correct position in the article but I have checked with the other themes with FCKeditor and the picture is showing correctly.

Dont know why. Could you please give me some solution?

Thanks.

CommentFileSizeAuthor
#4 nitobequestion.jpg61.25 KBYuki
#3 nitobe%20question.jpg61.25 KBYuki

Comments

sumitshekhawat7331’s picture

hi
just check the alignment of the picture

Yuki’s picture

Hi Thanks,

I have checked the alignments using options of fckeditor but still the image is not in the correct position when i submit/post it.

Yuki’s picture

StatusFileSize
new61.25 KB

Please see the attcahment:

Yuki’s picture

StatusFileSize
new61.25 KB
sumitshekhawat7331’s picture

hi
do one thing at the time of selecting image using FCk editor just click on alignment right and if this not working then apply css on it.
Whats is your site url ?

Yuki’s picture

General users doesnt have ideas about css. Is there any other solution?
Its intranet based website.
(I have clicked algnment right left and everything but image postion all the time left)
Thanks.

Anonymous’s picture

Assigned: Unassigned »
Priority: Critical » Normal

I'll look into what CSS FCKEditor applies to the images it inserts.

Anonymous’s picture

Status: Active » Postponed (maintainer needs more info)

FCKEditor offers 5 was of using images. Which one are you using?

  1. The built in filemanager
  2. The IMCE module
  3. The Image Browser module
  4. The Image Assist module
  5. The upload module
Yuki’s picture

The IMCE module and sometime biult in filemanager of FCKEditor.
Thanks for looking...waiting for your reply.

Anonymous’s picture

I am unable to reproduce this problem. Can you provide a link to an online page where this is happening?

Yuki’s picture

Sorry its a Intranet based site. Can you install FCKEditor and IMCE on your machine nad edit any page then easily you can identify I hope. The screenshot is on the another posting in this thread.

Anonymous’s picture

I've installed FCKEditor and IMCE in my sandbox, and I get correct behavior when I specify the alignment of an image.

Yuki’s picture

I am using Internet Explorer version 6.0, Is there any issue related with explorer or something?

Anonymous’s picture

Title: FCK editor » [IE6] FCK editor
Component: User interface » Code
Assigned: » Unassigned

I am unable to develop or debug for IE 6 at this time so I have no way of knowing if this is an issue with the theme or with the modules involved.

I am leaving the issue open for community members to comment should there be others having the same problem with IE6.

xamder’s picture

I am having the exact same problem with IE7. Alignment works fine in Firefox, but in IE, align is being ignored.

Anonymous’s picture

I still have not been able to reproduce this in IE7 yet.

xamder’s picture

Version: 6.x-2.5 » 6.x-3.3

Hi Shannon,

I am using:
Drupal 6.10
IMCE 6.x-1.2
FCKEditor 2.6.4, module 6.x-1.3
Nitobe 6.x-3.3

I installed a fresh site to make sure I can reproduce the problem, and I can. I performed these steps:
- install drupal
- install fckeditor module, and then the fckeditor
- install IMCE
- install Nitobe
- enable the modules and theme
- create a new home page with some text
- insert a picture from a URL http://upload.wikimedia.org/wikipedia/commons/9/9d/Barack_Obama.jpg
- and align right

The picture is not aligned in IE7. It appears at the top of the text, where I inserted it. However it is aligned right if I view the home page using Firefox.

If I use the Garland theme, the picture is aligned right in IE7.

Can you suggest how I can setup some debugging messages or something to help figure this out?

Thanks!
Xamder

Anonymous’s picture

Title: [IE6] FCK editor » FCK editor
Assigned: Unassigned »
Status: Postponed (maintainer needs more info) » Active

I was able to reproduce this in IE 7, but it does not happen in IE 8. It appears there's a bug with vertical-align in IE 7 that screws things up. It was also reported in the Newswire theme:

#298832: vertical-align: baseline in reset.css causes image alignment issue in IE7

The problem can be resolved by removing line 13 (vertical-align: baseline;) in html.css.

I want to see if removing this has any other side effects before committing it to a release.

Anonymous’s picture

Title: FCK editor » IE7 vertical-align: baseline issue (was FCK editor)
Anonymous’s picture

Status: Active » Fixed

This is addressed in v 1.1.6.1 of html.css and will be part of the next release.

xamder’s picture

Great, thanks so much.

- Xamder

Anonymous’s picture

Status: Fixed » Closed (fixed)