Forum Moderators: Robert Charlton & goodroi
I'm told this is due to the following line created by Google in their cache page:
<BASE HREF="http://www.example.com/Directory/">
In the website's code the stylesheets are absolutely referenced i.e.
<link rel="stylesheet" type="text/css" href="http://www.example.com/oursite.css">
<link rel="stylesheet" type="text/css" href="http://www.example.com/images/800_style_com.css">
I'm also told if these were changed to relative references it may fix the problem e.g.
<link rel="stylesheet" type="text/css" href="oursite.css">
<link rel="stylesheet" type="text/css" href="images/800_style_com.css">
Before we try it and wait for Google to respond [ with trial and error ] will this fix the problem?
[edited by: tedster at 6:10 am (utc) on Nov. 30, 2006]
[edit reason] use example.com [/edit]