i have my title (logo) that i INCLUDE from another file on the top of the page.
i mean like:
[php]
[/php]
The problem is that the banner is under the “wellcome to drivers website”.
Something to do?
i have my title (logo) that i INCLUDE from another file on the top of the page.
i mean like:
[php]
[/php]
The problem is that the banner is under the “wellcome to drivers website”.
Something to do?
well by using the php include syntax is just like adding the code to the project.
you can expect the logo to go to the place it belongs to.
Well, you did not show us much code, but, this could be caused by several things. Most likely, it could be a CSS
problem. Does your banner.php file contain a lot of code or is it just a graphic?
One thing that can be checked is to view the source of the finished page. Just right-click on it and VIEW-SOURCE.
This will show you if anything odd got past the PHP code. If everything looks correct except the order, then it
must be an error in the banner.php file. Which you did not show us.
Well, good luck, let us know if and how you solved it.
HEHE I am so stupid!
In the banner page was table that i close
That the reason
THANKS TO ANYBODY!
Well, congrats on finding it! Sometimes the simple ones are the hardest to find. I once looked for two days and finally found it was a misplaced “;”… You just look past that sometimes…
Learning PHP, thanks for this.