Hello friends,
i had done a project which contains Admin and User and the project is working good both in local and remote
But the style sheet which we had applied in Admin module is fine in Local but in Remote style sheet was not applied
Can any one give me the answer whats the problem
Thanks Inadvance
Hi Arun,
Have you checked whether the file path mentioned for the stylesheet is correct may be in proper relative addressing.
It may be possible that the older stylesheet is cached. Try clearing your browser's cache.
It may be specific problem environment, it nothing works then put simple html file in that machine with simple css. Then it will be easy for you to trace the source of the problem.
For the application on the remote server, the relative path may have changed..and hence you are not getting the styles you want.
Please fix the relative path on the remote server ... or you may even paste a copy of the file on the remote server that is relative to the actual path in the code...but u need to update stuff on both places in case required... so better change the path on the relative server.
0 comments:
Post a Comment