I recently set up the service, but I noticed that the customer account
manager has no formatting.

Looking at the HTML code I see it referencing the CSS file, and when I
look to the server the file is there.  For some reason it is not loading.

I tried to set the permissions to 777 on the entire directory, but still
no luck.

The Admin side is workin with the css file it's dir contains.  Tried
moving that one as well, but no luck.  I am guessing something is wrong
with the HTML generated, but I don't see it.  The login for Customer
Account Manager also has style.

Any help would be greatly appreciated.

Here is the head:


<head>
        <title>Customer Account Manager</title>
        <LINK href="citrus.css" type=text/css rel=STYLESHEET>
        <script language="JavaScript">
        function h(oR) {
                oR.style.background-color='ffdd77';
        }
        function deh(oR) {
                oR.style.background-color='ddddee';
        }
        function dehnew(oR) {
                oR.style.background-color='ddeeff';
        }
        </script>
        </head>
        <body bgcolor="#ffffff"><h2>Customer Account Manager: Account
10000</h2><a href="index.php">Profile</a> | <a
href="index.php?cmd=view_services">Services</a> | <a
href="index.php?cmd=view_bill">Billing</a> | <a
href="index.php?cmd=support">Support Request</a> | <a
href="logout.php">Logout</a>


Thanks,
Eric



------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
Citrusdb-users mailing list
Citrusdb-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/citrusdb-users

Reply via email to