Asked By
Pam Lendrum
10 points
N/A
Posted on - 03/30/2013
Hi everyone,
I have a worked in a website and tried to report layout using CSS but when I pulled it up to online it didn't have report and nothing like I have done in website.
I can't understand how to figure out and back to work.
Please help me
I have a problem in report layout using CSS
You need to debug your site for errors check on your local server and put it on the web after it works on local server.
Check for any missing element, specially check the program you are designing in and make sure it contains no error. Check website on different browsers and you will be able to find errors.
Also check what type of errors your site contains, is it a programming error, code error and check each step in website design.
Darrel RÂ Gonzale
Â
I have a problem in report layout using CSS
Hello Pam,
It seems to be a problem with maintenance page. May be in the maintenance page, the head tags are not being called and it only happens in the online mode. It works perfectly in the offline mode so you did not notice the problem in offline. You can try copying everything from the page so the head will be empty. Then add the head code and body tag and your problem might not persist.
I hope this helps