The problem must be your theme. Your source html contains URLs such as:<br><pre>@import "/node/misc/drupal.css";<br>@import "/node/themes/foundation/style.css";<br><<span><br>img</span><span> src</span>
=<span>"/node/themes/arrow/images/arrow_logo.gif"<br></span></pre>This
suggests that you have relative links which are appended to the path of
the page you are viewing ('/node' is the default front page).
<br>You have to<br>(a) Use a theme compatible with 4.7 (which uses '$base_url ."yourlink").<br>(b) In the content, don't use links such as src="files/myfile" but src="/files/myfile".
<br><br><div><span class="gmail_quote">On 1/19/07, <b class="gmail_sendername">Dan KB6NU</b> <<a href="mailto:kb6nu@w8pgw.org">kb6nu@w8pgw.org</a>> 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'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 "clean URLs," 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 "read more" 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'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's<br>also lost the theme.
<br><br>Any ideas?<br><br>Regards,<br><br>Dan.Romanchik {<br> profession = webdeveloper;<br> url = <a href="http://www.webpublishinggroup.com">www.webpublishinggroup.com</a>;<br> phone = 734-930-6564;<br> 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>