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!
in WYSIWYG and IE I cant add image
in WYSIWYG and IE I cant add image
Last edited by Chief on Fri Aug 11, 2006 4:55 am, edited 1 time in total.
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: in WYSIWYG and IE I cant add image
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
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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
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
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
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Hi!
You can add in your style.css this code:
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
You can add in your style.css this code:
Code: Select all
.serendipity_entry p {
margin-bottom: 15px;
}
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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/