How do I reduce my word document from 235kb to 100kb

S

scubabex

I am trying to attatch a word document to a web site, but the document is too
large to attatch, how do I down size the document? Any ideas / solutions
would be gratefully appreciated!!

Thank you
 
G

G. Vaught

You might get a better response if you place this question either in a
newsgroup for Web development or Word. This is for Microsoft Access, the
database program. Having said the above.

You don't 'attach' documents to a web site, you create an HTML tag <a
href="path to Word doc"> My Word doc </a> in an HTML file that points to the
location of the Word document on the web server. Assuming you have FTP
access to the web server or direct access to the web server, you copy the
document. If you have neither privleges then you can't do what you want. The
size of your Word doc has no bearing in this case.
 
Top