Page 1 of 1
in WYSIWYG and IE I cant add image
Posted: Thu Aug 10, 2006 7:41 am
by Chief
Hi, In WYSIWYG and in Internet Explorer when I cut and paste a selected text on another website where I have some images its transfert the text but the link for the image is wrong
In Firefox when I do same thing the path for the image is good.
In IE its my website path in front of the original url.
Thx!
Re: in WYSIWYG and IE I cant add image
Posted: Thu Aug 10, 2006 2:30 pm
by garvinhicking
Hi!
Sadly the WYSIWYG editor tries to rewrite links from relative ones to absoulte ones, and for external servers often screws up. This is an IE+htmlarea problem, because the IE has its own WYSIWYG control. It messes upt he links internally, and its problematic to "fix" them after the mess...
Best regards,
Garvin
Posted: Thu Aug 10, 2006 6:41 pm
by Chief
Is there a way to tweak that ? why its work with Firefox ?
I have also a little bug in my entry when I add Extended text
Wehn I cut and paste the texte I have correct formating with space and empty line on each paragraph
When I save I lost the formating text and its show like this.
What is the best way to make Cut and Paste correctly ?? Did I have to change Editor ?
I want it easy to do for my helper on the site... I can manage pics problem but they cant 
Posted: Thu Aug 10, 2006 9:30 pm
by judebert
The lost paragraph formatting is probably a theme feature. Does it do the same thing in the default theme?
Posted: Fri Aug 11, 2006 1:28 am
by Chief
Yes ... samething in the theme I have checked ... I have not all theme in my site but the Default and Competition theme do the same.
Posted: Fri Aug 11, 2006 10:09 am
by garvinhicking
Hi!
You can add in your style.css this code:
Code: Select all
.serendipity_entry p {
margin-bottom: 15px;
}
Which will add the missing margin in your theme(s).
About the IE problem: It might be fixed, but it involves a LOT of regular expression humpty-dumpty and is real painful. It works in Firefox, because its methods that provide a graphical HTML editor are completely different than what IE offers.
Regards,
Garvin
Posted: Fri Aug 11, 2006 5:36 pm
by Chief
Thx .. its work for spacing... for Wysiwyg, is there a better one available ? compatible with IE ?