Text won't copy to Dreamweaver paste special

S

Shima

I blog. I was able to compose in Word 2004 and transfer the text to Dreamweaver using paste special. Formatting was retained. When I try the same with Word 2008, nothing happens. I get a blank. The only thing that works is pressing the "text only" radio button in Dreamweaver, meaning all formatting is lost. I've tried to save my Word 2008 pages in different forms - HTML, ordinary word, etc., but nothing works. Something is blocking the copy and paste special option. What should I do?
 
J

John McGhie

1) Wait for a new version of DreamWeaver

2) In the meantime, save the document as "Web Page".

Choose the option to save "Only display information"

Use View>HTML Source in Word to reveal the code.

DON'T look ‹ It's machine-readable XHTML. If you don't like it, just don't
read it.

Copy the bit you want, and paste it into Code View in DreamWaver.

The formatting will all come through.

Hope this helps


I blog. I was able to compose in Word 2004 and transfer the text to
Dreamweaver using paste special. Formatting was retained. When I try the same
with Word 2008, nothing happens. I get a blank. The only thing that works is
pressing the "text only" radio button in Dreamweaver, meaning all formatting
is lost. I've tried to save my Word 2008 pages in different forms - HTML,
ordinary word, etc., but nothing works. Something is blocking the copy and
paste special option. What should I do?

--
Don't wait for your answer, click here: http://www.word.mvps.org/

Please reply in the group. Please do NOT email me unless I ask you to.

John McGhie, Consultant Technical Writer
McGhie Information Engineering Pty Ltd
http://jgmcghie.fastmail.com.au/
Nhulunbuy, Northern Territory, Australia
+61 4 1209 1410, mailto:[email protected]
 
P

Phillip Jones

I think they (Adobe) have just recently within last several Months
released CS3 series of software. the DreamWeaver CS3 is equivalent to
DreamWeaver 9.

Adobe use about the same software cycle that MS use for upgrade of their
software. I expect DW will need an update to compensate for XML based code.

John said:
1) Wait for a new version of DreamWeaver

2) In the meantime, save the document as "Web Page".

Choose the option to save "Only display information"

Use View>HTML Source in Word to reveal the code.

DON'T look ‹ It's machine-readable XHTML. If you don't like it, justdon't
read it.

Copy the bit you want, and paste it into Code View in DreamWaver.

The formatting will all come through.

Hope this helps

--
------------------------------------------------------------------------
Phillip M. Jones, CET |LIFE MEMBER: VPEA ETA-I, NESDA, ISCET, Sterling
616 Liberty Street |Who's Who. PHONE:276-632-5045, FAX:276-632-0868
Martinsville Va 24112 |[email protected], ICQ11269732, AIM pjonescet
------------------------------------------------------------------------

If it's "fixed", don't "break it"!

mailto:p[email protected]

<http://www.kimbanet.com/~pjones/default.htm>
<http://www.kimbanet.com/~pjones/90th_Birthday/index.htm>
<http://www.kimbanet.com/~pjones/Fulcher/default.html>
<http://www.kimbanet.com/~pjones/Harris/default.htm>
<http://www.kimbanet.com/~pjones/Jones/default.htm>

<http://www.vpea.org>
 
B

Bagheera

I blog. I was able to compose in Word 2004 and transfer the text to Dreamweaver using paste special. Formatting was retained. When I try the same with Word 2008, nothing happens. I get a blank. The only thing that works is pressing the "text only" radio button in Dreamweaver, meaning all formatting is lost. I've tried to save my Word 2008 pages in different forms - HTML, ordinary word, etc., but nothing works. Something is blocking the copy and paste special option. What should I do?

I've found out that if you 'print' your Word 2008 document into a PDF doc, you can easily copy and paste all your text.
I use CS3 version of DW and I had that big time since I got Office 2008 installed on my Mac. The weird thing is that you can still copy and paste Word 08 texts into Illustrator CS3 and it works fine. Hope this info helps you too :eyeroll:
 
J

John McGhie

Yeah: The issue is that Word advertises a "selection" of formats on the
clipboard. This is normal good programming practice.

The receiving application needs to request the format it is most comfortable
with, from the ones that are offered. This is standard Mac and Windows API
practice.

Dreamweaver seems to be asking for a format it then can't understand.

Now, if this had happened in code that Microsoft had published, I would call
that a "bug". Since I know very little about Adobe or Dreamweaver, I will
sadly have to leave the mud-slinging to someone else.

But I guess it might be useful for me to suggest that "this" is not the
place to be looking for a solution to this particular issue. The problem is
not in code that Microsoft publishes, so they can't do anything about it.

Hope this helps

I've found out that if you 'print' your Word 2008 document into a PDF doc, you
can easily copy and paste all your text.
I use CS3 version of DW and I had that big time since I got Office 2008
installed on my Mac. The weird thing is that you can still copy and paste Word
08 texts into Illustrator CS3 and it works fine. Hope this info helps you too
:eyeroll:

--
Don't wait for your answer, click here: http://www.word.mvps.org/

Please reply in the group. Please do NOT email me unless I ask you to.

John McGhie, Consultant Technical Writer
McGhie Information Engineering Pty Ltd
http://jgmcghie.fastmail.com.au/
Sydney, Australia. S33°53'34.20 E151°14'54.50
+61 4 1209 1410, mailto:[email protected]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top