David Milan
|
| Posted: 02/20/2006, 11:00 AM |
|
Each project I create shows up fine in a web browser locally but the styles are gone when hitting the server from a different machine. Any clues?
Using Win XP SP2, Apache2, MySQL 5 and PHP 5 with CCS.
|
|
|
 |
E43509
Posts: 283
|
| Posted: 02/20/2006, 11:47 AM |
|
I've seen this at times where the remote machine had cached the style sheet. Go to that machine and in IE options, delete all files and cookies.
Next look at the html to see how the stylesheet is linked and its path.
The local machine may be able to resolve but not from a remote machine If your style is found at "themes/Salad/style.css"
go to the remote machine and type in http://mysite/myproject/themes/Salad/style.css and you should be able to get the style sheet. If not, it is a pathing problem.
|
 |
 |
wkempees
|
| Posted: 02/20/2006, 1:00 PM |
|
AND/OR
In Project settings -> Publishing set "All files with extensions" (and press
the Reste button if you ever changed anything)
Walter
<DavidMilan@forum.codecharge (David Milan)> schreef in bericht
news:243fa11cfb4857@news.codecharge.com...
> Each project I create shows up fine in a web browser locally but the
> styles are
> gone when hitting the server from a different machine. Any clues?
>
> Using Win XP SP2, Apache2, MySQL 5 and PHP 5 with CCS.
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
|