How can I convert a WORD document to html and preserve columns

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I wish to convert a WORD document with 2 columns and pictures to an html file
to upload to web site. Any suggestions regarding a practical way to make the
conversion?
Saving as an html document in WORD does not preserve the column format.
 
html does not support columns - use tables.

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 
=?Utf-8?B?RGF2aWQgRmlzY2hlcg==?=
I wish to convert a WORD document with 2 columns and pictures to an
html file to upload to web site. Any suggestions regarding a
practical way to make the conversion?
Saving as an html document in WORD does not preserve the column
format.

http://www.w3.org/TR/2001/WD-css3-multicol-20010118/
http://glish.com/css/
http://glish.com/css/7.asp
http://realworldstyle.com/2col.html
http://www.ssi-developer.net/main/templates/
http://www.pixy.cz/blogg/clanky/css-3col-layout/
 
Back
Top