The problem must be your theme. Your source html contains URLs such as:<br><pre>@import &quot;/node/misc/drupal.css&quot;;<br>@import &quot;/node/themes/foundation/style.css&quot;;<br>&lt;<span><br>img</span><span> src</span>
=<span>&quot;/node/themes/arrow/images/arrow_logo.gif&quot;<br></span></pre>This
suggests that you have relative links which are appended to the path of
the page you are viewing (&#39;/node&#39; is the default front page).
<br>You have to<br>(a) Use a theme compatible with 4.7 (which uses &#39;$base_url .&quot;yourlink&quot;).<br>(b) In the content, don&#39;t use links such as src=&quot;files/myfile&quot; but src=&quot;/files/myfile&quot;.
<br><br><div><span class="gmail_quote">On 1/19/07, <b class="gmail_sendername">Dan KB6NU</b> &lt;<a href="mailto:kb6nu@w8pgw.org">kb6nu@w8pgw.org</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
One of my websites, <a href="http://w8pgw.org">w8pgw.org</a>, was running on a fairly old version of<br>Drupal, so when I saw that 5.0 had just been released, I thought<br>now&#39;s the time to upgrade. Since it was recommended that I upgrade to
<br>the latest 4.x version, I downloaded and installed 4.7.5.<br><br>I got everything working, EXCEPT &quot;clean URLs,&quot; which were working in<br>the last installation. With clean URLs enabled, funny things happen.<br>
The home page looks fine, but when I click on a &quot;read more&quot; link, the<br>formatting goes away. For example, with clean URLs disabled, http://<br><a href="http://www.w8pgw.org/node/83">www.w8pgw.org/node/83</a> looks fine, but with clean URLs enabled, the
<br>page doesn&#39;t seem to be picking up the theme.<br><br>Another odd thing is that when I run the clean URL test, it seems to<br>pass the test fine, but when the settings admin page reloads, it&#39;s<br>also lost the theme.
<br><br>Any ideas?<br><br>Regards,<br><br>Dan.Romanchik {<br>&nbsp;&nbsp; profession = webdeveloper;<br>&nbsp;&nbsp; url = <a href="http://www.webpublishinggroup.com">www.webpublishinggroup.com</a>;<br>&nbsp;&nbsp; phone = 734-930-6564;<br>&nbsp;&nbsp; email = 
<a href="mailto:dan@danromanchik.com">dan@danromanchik.com</a>, <a href="mailto:kb6nu@w8pgw.org">kb6nu@w8pgw.org</a>;<br>}<br><br>--<br>[ Drupal support list | <a href="http://lists.drupal.org/">http://lists.drupal.org/</a>
 ]<br></blockquote></div><br>