Free Web Hosting Forum
(#1 (permalink))
Old
Member
Darryus is on a distinguished road
 
Posts: 32
Join Date: Aug 2011
Default PHP error in lay out - 09-19-2011, 11:05 AM

hello i got trouble bro and sis'

what the hell is happened with my script ,please help me

could u check to my website , it is not normal ,could u correct me?

my website can not display in full lay out on my browser

this is my website http://www.darryus.comoj.com/register.php
Reply With Quote
Sponsored Links
(#2 (permalink))
Old
Member
Passionless is on a distinguished road
 
Posts: 48
Join Date: Sep 2011
Default 09-19-2011, 11:23 AM

Hi,
what you mean with 'can not display in full lay out'? Are you referring to that you can't scroll to the bottom of the form? If that's the case the problem is that the CSS has the property 'overflow' on 'hidden' for body, on main.css line 8.
html, body { height:100%; background-color: #ffffff;}
body {
margin:0;
padding:0;
overflow:hidden;
text-align: center;
}
Reply With Quote
(#3 (permalink))
Old
Senior Member
grace1004 is on a distinguished road
 
Posts: 544
Join Date: Dec 2010
Default 09-19-2011, 12:31 PM

In your site, right_AD_template.php file is not displayed, right? If so, it looks like a path
problem. What's the location of right_AD_template.php file? If the template file is directly
in the public_html directory, your code would be:

include_once("right_AD_template.php");

If the included file is in a folder under public_html directory, your code would be:

include_once("folder_name/right_AD_template.php");
Reply With Quote
(#4 (permalink))
Old
Member
Darryus is on a distinguished road
 
Posts: 32
Join Date: Aug 2011
Default 09-19-2011, 02:22 PM

Quote:
Originally Posted by grace1004 View Post
In your site, right_AD_template.php file is not displayed, right? If so, it looks like a path
problem. What's the location of right_AD_template.php file? If the template file is directly
in the public_html directory, your code would be:

include_once("right_AD_template.php");

If the included file is in a folder under public_html directory, your code would be:

include_once("folder_name/right_AD_template.php");
sorry, it is not about right ad template, but about the lay out can not be scrolled ,
it does not able to scroll , and it is normal after i remove the css file from the script, and now i got another problem, it prompt about mysql_num_rows,what is the problem?

take a look at my website again on http://www.darryus.comoj.com/register.php

Last edited by Darryus; 09-19-2011 at 02:26 PM.
Reply With Quote
(#5 (permalink))
Old
Member
Passionless is on a distinguished road
 
Posts: 48
Join Date: Sep 2011
Default 09-19-2011, 06:25 PM

Quote:
Originally Posted by Darryus View Post
i got another problem, it prompt about mysql_num_rows,what is the problem?
I don't know. I don't see anything. You may describe it better.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Forum Jump



Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.5.2
vBulletin Skin developed by: vBStyles.com