| Author |
Message |
Marc
Guest
|
Posted:
Wed Jan 12, 2005 10:43 pm Post subject:
Cut and paste content from local system to CMS |
|
|
This is somewaht relate to cut and pasteing text and image content from Word
to a placeholder. When trying to cut and paste text wrapped around and image
from and HTML page, we are also experiencing a loss of the image component.
The format and text shows up just fine but the image is missing. In looking
at the html in the placeholder, it shows src="javascript(null);".
I am assuming that there is no transport of the image to the server durring
the cut/paste and save functions. Is there a way to do this? Our quick fix
now is to delete the img object and insert from the resource gallery. The
rub here is that we have to go into the placeholder html to restore our
formatting. Alternatively, is there a way to do an image replace from the
placeholder edit controls rather than an insert? |
|
| Back to top |
|
 |
Stefan [MSFT]
Guest
|
Posted:
Wed Jan 12, 2005 11:11 pm Post subject:
Re: Cut and paste content from local system to CMS |
|
|
Hi Marc,
yes you are right. Cut and paste does not upload the image to the server.
Authoring Connector would do this correct.
Cheers,
Stefan
"Marc" <Marc@discussions.microsoft.com> wrote in message
news:1227DF37-519E-4E8F-9B7C-0FBF0277CE4F@microsoft.com...
| Quote: | This is somewaht relate to cut and pasteing text and image content from
Word
to a placeholder. When trying to cut and paste text wrapped around and
image
from and HTML page, we are also experiencing a loss of the image
component.
The format and text shows up just fine but the image is missing. In
looking
at the html in the placeholder, it shows src="javascript(null);".
I am assuming that there is no transport of the image to the server
durring
the cut/paste and save functions. Is there a way to do this? Our quick
fix
now is to delete the img object and insert from the resource gallery. The
rub here is that we have to go into the placeholder html to restore our
formatting. Alternatively, is there a way to do an image replace from the
placeholder edit controls rather than an insert? |
|
|
| Back to top |
|
 |
Stefan [MSFT]
Guest
|
Posted:
Wed Jan 12, 2005 11:13 pm Post subject:
Re: Cut and paste content from local system to CMS |
|
|
Hi Marc,
just to add: drag&drop of images from explorer to a html placeholder works!
you might use this rather than cut&paste.
Cheers,
Stefan.
"Marc" <Marc@discussions.microsoft.com> wrote in message
news:1227DF37-519E-4E8F-9B7C-0FBF0277CE4F@microsoft.com...
| Quote: | This is somewaht relate to cut and pasteing text and image content from
Word
to a placeholder. When trying to cut and paste text wrapped around and
image
from and HTML page, we are also experiencing a loss of the image
component.
The format and text shows up just fine but the image is missing. In
looking
at the html in the placeholder, it shows src="javascript(null);".
I am assuming that there is no transport of the image to the server
durring
the cut/paste and save functions. Is there a way to do this? Our quick
fix
now is to delete the img object and insert from the resource gallery. The
rub here is that we have to go into the placeholder html to restore our
formatting. Alternatively, is there a way to do an image replace from the
placeholder edit controls rather than an insert? |
|
|
| Back to top |
|
 |
|
|
|
|