Copy images in webuilder

Discuss general web development questions. Help others and get help from others.

Moderator: kfury77

Post Reply
rivas
Posts: 4
Joined: Fri Aug 28, 2015 8:06 am

Copy images in webuilder

Post by rivas »

Hi

Please download this file the following link

https://ufile.io/69a33

You suppose I want to copy all text and images of docx file together in div tag

Code: Select all

<div class="a">

....here.....

  </div>
the text is copied but images no

Should Webuilder be WYSIWYG for this work.

What is solution?
User avatar
pmk65
Posts: 678
Joined: Sun Dec 20, 2009 9:58 pm
Location: Copenhagen, Denmark

Re: Copy images in webuilder

Post by pmk65 »

You could try converting the .docx file into HTML format first.
If you don't have a program that can do that, then you can use an online service like ZamZar (Free)
http://www.zamzar.com/
There are 10 types of people in the world: Those who understand binary and those who don't.
rivas
Posts: 4
Joined: Fri Aug 28, 2015 8:06 am

Re: Copy images in webuilder

Post by rivas »

pmk65 wrote:You could try converting the .docx file into HTML format first.
If you don't have a program that can do that, then you can use an online service like ZamZar (Free)
http://www.zamzar.com/
I turn it with microsoft word but generates extra codes

https://ufile.io/62007
Post Reply