WebSite X5Help Center

 
Vlad L.
Vlad L.
User

Tables from Word to X5  en

Author: Vlad L.
Visited 1030, Followers 1, Shared 0  

Is there any way to copy a table from something like Word into X5, without having to manually copy each cell individually ? I have to work with huge tables, and it is a pain... Also I would preffer tu use an actual table not just screenshot the table and upload it as an image...

Posted on the
3 ANSWERS - 2 USEFUL - 1 CORRECT
Anthony A.
Anthony A.
User

yes, you can do thet

1. save your word page as webpage (choose save as then from dropdaown menu choose webpage)

2 . open your saved file with notepad

3. add a html object to your page

4. copy everything under /* Style Definitions */ until </style> inside you html object> "expert" tab

5. copy everything under <div class=WordSection1> (this is a default name) until </div>

inside your html object "html code" tab.

if this post is the correct answer, please mark this answer as correct answer.

------------------------------------------------------------

Good Luck

http://www.wdesigners.us (new)

http://www.usx5.com (coming soon)(Sign up)

Read more
Posted on the from Anthony A.
Vlad L.
Vlad L.
User
Author

Is there no way to be made into an actual Table Object ? I think this should be a feature ASAP

Read more
Posted on the from Vlad L.
Anthony A.
Anthony A.
User

no, since html5 uses css, every css property is different, in old days tables were only html codes with all settings inside html, but that is not cross browser compatible anymore.

the above solution is the only way to put your microsoft word table inside any html page, unless you copy the <style> inside html page as well instead of css tab.

if this post is the correct answer, please mark this answer as correct answer.

------------------------------------------------------------

Good Luck
https://nuluhost.com (fully compatible with websitex5 program)
http://www.wdesigners.us (new)
http://www.usx5.com (coming soon)(Sign up)

Read more
Posted on the from Anthony A.