Jun 2nd, 2010, 8:57 PM
Hi jwalter,
Hmm... well, for starters, it's not even managing to load the stylesheets properly. So that means that (a) the paths to the CSS files are incorrect - which means the $g_root_url value in your /global/config.php file is incorrect, or (b) the CSS files don't exist.
Since you're sure you uploaded everything I guess it must be 1.
Take a look at that file. It should have a variable like this:
Check that the URL in that field is the same as the login page (minus the /index.php part).
- Ben
Hmm... well, for starters, it's not even managing to load the stylesheets properly. So that means that (a) the paths to the CSS files are incorrect - which means the $g_root_url value in your /global/config.php file is incorrect, or (b) the CSS files don't exist.
Since you're sure you uploaded everything I guess it must be 1.
Take a look at that file. It should have a variable like this:
PHP Code:
$g_root_url = "http://www.yoursite.com/formtools";
Check that the URL in that field is the same as the login page (minus the /index.php part).
- Ben