php/CSS formatting -


we have changed hosting providers our php/css website.

on new providers server formatting site looks bit odd. ie text not correct , titles not in correct place. of files have been uploaded including css files.

is there should for? maybe permissions? great never mind how simple.

thanks

i'm getting multiple css errors off "migrated" site in firefox error console: bad selectors, bad font names, etc.. of these errors don't occur on old site.

in other words, new site isn't identical old one.

the big 1 /styles/stylesheet.css php file, raw php code being served instead of css:

<?php   header("content-type: text/css; charset=utf-8");  $default = array(     'fontsize' => '75%' ); 

the syntax errors killing of css rules, explains differences.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -