|
I've been dabbling in website creation for the past three years, and am now starting to generate a little business. I am currently managing a website for which I receive both Word and .pdf files from my client on a daily basis. I'm not sure if I'm handling these Word/.pdf files in the easiest manner.
When I receive such a document, I select all of it's text, and paste it into a new XHTML file, creating a new web page. Then I go in and add various header tags (h1, h2, strong, etc) throughout the document so that my CSS files will achieve the look of the original document.
This is a tremendous amount of work, and I'm almost tempted not to create a new page, but simply a direct link to the file like so:
<a href="myLetter.doc">Read My Letter</a>.
I'm familiar with XHTML and CSS, but still very new to managing real-world websites. I would appreciate your guidance.
Ken Rogers
|