Microsoft Word error during HTML import

Since I have to use Microsoft Word 2008 for Mac I figured out some issue: During opening a clean XHTML file with external CSS declarations Word can find these CSS files only in the same directory. I tried serveral ways to declare the href tag, but only the last one works...

HTML:
  1. <link href="../style.css" rel="stylesheet" type="text/css" />
  2. <link href="./../style.css" rel="stylesheet" type="text/css" />
  3. <link href="..\style.css" rel="stylesheet" type="text/css" />
  4. <link href="style.css" rel="stylesheet" type="text/css" />

Maybe there is a solution? I can't figure it out.

0 Responses to “Microsoft Word error during HTML import”


  1. No Comments

Leave a Reply