Hmm... you are right, it does not seem to be your theme&#39;s problem. I can see that &#39;/node&#39; appears ok but &#39;/node/83&#39; appends &#39;/node&#39; to your file paths, which is strange.<br><br>Is your .htaccess file present? Is it the default one (unmodified?).
<br>What $base_url (if any) have you set in settings.php?<br><br><br><div><span class="gmail_quote">On 1/20/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;">Well, I&#39;ve just installed the foundation theme, which is supposed to<br>be usable with 
4.7.x, and it&#39;s still doing funny things.<br><br>Dan<br><br>On Jan 19, 2007, at 4:39 PM, Cog Rusty wrote:<br><br>&gt; The problem must be your theme. Your source html contains URLs such<br>&gt; as:<br>&gt; @import &quot;/node/misc/drupal.css&quot;;
<br>&gt; @import &quot;/node/themes/foundation/style.css&quot;;<br>&gt; &lt;<br>&gt; img src =&quot;/node/themes/arrow/images/arrow_logo.gif&quot;<br>&gt; This suggests that you have relative links which are appended to<br>
&gt; the path of the page you are viewing (&#39;/node&#39; is the default front<br>&gt; page).<br>&gt; You have to<br>&gt; (a) Use a theme compatible with 4.7 (which uses<br>&gt; &#39;$base_url .&quot;yourlink&quot;).<br>
&gt; (b) In the content, don&#39;t use links such as src=&quot;files/myfile&quot; but<br>&gt; src=&quot;/files/myfile&quot;.<br>&gt;<br>&gt; On 1/19/07, Dan KB6NU &lt;<a href="mailto:kb6nu@w8pgw.org">kb6nu@w8pgw.org</a>&gt; wrote: One of my websites,
<br>&gt; <a href="http://w8pgw.org">w8pgw.org</a>, was running on a fairly old version of<br>&gt; Drupal, so when I saw that 5.0 had just been released, I thought<br>&gt; now&#39;s the time to upgrade. Since it was recommended that I upgrade to
<br>&gt; the latest 4.x version, I downloaded and installed 4.7.5.<br>&gt;<br>&gt; I got everything working, EXCEPT &quot;clean URLs,&quot; which were working in<br>&gt; the last installation. With clean URLs enabled, funny things happen.
<br>&gt; The home page looks fine, but when I click on a &quot;read more&quot; link, the<br>&gt; formatting goes away. For example, with clean URLs disabled, http://<br>&gt; <a href="http://www.w8pgw.org/node/83">www.w8pgw.org/node/83
</a> looks fine, but with clean URLs enabled, the<br>&gt; page doesn&#39;t seem to be picking up the theme.<br>&gt;<br>&gt; Another odd thing is that when I run the clean URL test, it seems to<br>&gt; pass the test fine, but when the settings admin page reloads, it&#39;s
<br>&gt; also lost the theme.<br>&gt;<br>&gt; Any ideas?<br>&gt;<br>&gt; Regards,<br>&gt;<br>&gt; Dan.Romanchik {<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;profession = webdeveloper;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;url = <a href="http://www.webpublishinggroup.com">www.webpublishinggroup.com
</a>;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;phone = 734-930-6564;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;email = <a href="mailto:dan@danromanchik.com">dan@danromanchik.com</a>, <a href="mailto:kb6nu@w8pgw.org">kb6nu@w8pgw.org</a>;<br>&gt; }<br>&gt;<br>&gt; --<br>&gt; [ Drupal support list | 
<a href="http://lists.drupal.org/">http://lists.drupal.org/</a> ]<br>&gt;<br>&gt; --<br>&gt; [ Drupal support list | <a href="http://lists.drupal.org/">http://lists.drupal.org/</a> ]<br><br>--<br>[ Drupal support list | <a href="http://lists.drupal.org/">
http://lists.drupal.org/</a> ]<br></blockquote></div><br>