<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>All I don&#039;t know &#187; Word</title>
	<atom:link href="http://blog.derraab.com/tag/word/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.derraab.com</link>
	<description>About Flash™, Flex™, software development and my computer. And JavaScript.</description>
	<lastBuildDate>Sat, 26 Nov 2011 18:31:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Microsoft Word error during HTML import</title>
		<link>http://blog.derraab.com/2008/05/29/microsoft-word-error-during-html-import/</link>
		<comments>http://blog.derraab.com/2008/05/29/microsoft-word-error-during-html-import/#comments</comments>
		<pubDate>Thu, 29 May 2008 09:52:25 +0000</pubDate>
		<dc:creator>derRaab</dc:creator>
				<category><![CDATA[Microsoft Office]]></category>
		<category><![CDATA[Word]]></category>

		<guid isPermaLink="false">http://blog.derraab.com/?p=34</guid>
		<description><![CDATA[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 &#8230; <a href="http://blog.derraab.com/2008/05/29/microsoft-word-error-during-html-import/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>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&#8230;</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;link href=&quot;../style.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; /&gt;
&lt;link href=&quot;./../style.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; /&gt;
&lt;link href=&quot;..\style.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; /&gt;
&lt;link href=&quot;style.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; /&gt;</pre></div></div>

<p>Maybe there is a solution? I can&#8217;t figure it out.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.derraab.com/2008/05/29/microsoft-word-error-during-html-import/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to embed everything in a Word.doc</title>
		<link>http://blog.derraab.com/2007/10/29/how-to-embed-everything-in-a-worddoc/</link>
		<comments>http://blog.derraab.com/2007/10/29/how-to-embed-everything-in-a-worddoc/#comments</comments>
		<pubDate>Mon, 29 Oct 2007 19:49:07 +0000</pubDate>
		<dc:creator>derRaab</dc:creator>
				<category><![CDATA[How To...]]></category>
		<category><![CDATA[Microsoft Office]]></category>
		<category><![CDATA[Word]]></category>

		<guid isPermaLink="false">http://blog.derraab.com/2007/10/29/how-to-embed-everything-in-a-worddoc/</guid>
		<description><![CDATA[This summer I was getting crazy because I couldn&#8217;t find out how to embed all graphics within a Word document. The idea behind this simply was to bring loads of XML data into Word documents. So I decided to automatically &#8230; <a href="http://blog.derraab.com/2007/10/29/how-to-embed-everything-in-a-worddoc/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This summer I was getting crazy because I couldn&#8217;t find out how to embed all graphics within a Word document.</p>
<p>The idea behind this simply was to bring loads of XML data into Word documents. So I decided to automatically create HTML data out of the XML, open it in Word and save it with all it&#8217;s images and related stuff as one single file.</p>
<p>This german <a HREF="http://www.office-loesung.de/ftopic153537_0_0_asc.php"> forum</a> helped me. The solution is quite simple:</p>
<ul>
<li>CTRL (or Apple) + A</li>
<li>CTRL (or Apple) + SHIFT + F9</li>
<li>CTRL (or Apple) + S</li>
</ul>
<p>Microsoft documentations &#8211; pff.</p>
<p>Additional Links:<br />
<a HREF="http://www.joyedaniels.com/keys_word.htm">Word Shortcut Keys</a><br />
<a HREF="http://word.mvps.org/mac/FieldsInMacWord.html">Fields in MacWord</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.derraab.com/2007/10/29/how-to-embed-everything-in-a-worddoc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

