Css denied
Posted: Wed Feb 09, 2011 4:27 pm
Hi,
I've got a certain problem with my css since today.
The website has been online for 2 weeks working perfectly. But today I edited some css, saved it and now just nothing happens.
What i tryed:
I reversed the changes saved again and thought/hoped that would work.
Checked all css in an editor (nothing wrong)
Deleted certain parts of the css to find out where it could be going wrong. (didnt matter)
Check the source of the html. The link to the css file was there able to open it and make sure it wasnt empty. (all fine)
Use different browsers to make sure styles were not just turned off.
Dirty quick way i solved it:
{literal}
<style>
ALL CSS
</style
{/literal}
What did i mess up? ( except the quick solve part)
I've got a certain problem with my css since today.
The website has been online for 2 weeks working perfectly. But today I edited some css, saved it and now just nothing happens.
What i tryed:
I reversed the changes saved again and thought/hoped that would work.
Checked all css in an editor (nothing wrong)
Deleted certain parts of the css to find out where it could be going wrong. (didnt matter)
Check the source of the html. The link to the css file was there able to open it and make sure it wasnt empty. (all fine)
Use different browsers to make sure styles were not just turned off.
Dirty quick way i solved it:
{literal}
<style>
ALL CSS
</style
{/literal}
What did i mess up? ( except the quick solve part)