PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I want to write a navigation bar menu file that will place inside every php file. Is it possible to set all the navigation link on the left? Such as link.php
Then put a include function in every php file. Whenever, I feel like updating the links, I just change link.php and it will change the rest, it's kind like XML.
Some how the image show up but doesn't show the "logo" in the description and it's it's not to the right, it's in the left. How can it fix it? maybe float:top-right code is wrong?
I also added a copyright.php at the bottom, but all is munch into the top left. I guess there is not much content to fil up. But is there a way to set exact at the bottom regardless of the content without using frame? Thanks!
the last css attribute does not need to end with a semicolon, however, inlining style information usually isn't the best way of doing it. That's what classes and id's are for.
Also, can I combine logo.php & copyright.php into a file? This way I don't have to embed two divs for each .php.
Don't know how would this work since the link & image will be at different position.