php pushing image

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!

Moderator: General Moderators

Post Reply
eric_e
Forum Newbie
Posts: 3
Joined: Wed Jan 13, 2010 7:10 am

php pushing image

Post by eric_e »

Im new to php and been trying to redo the company site using it
but I am having a problem I created a menu in a separate html file and I been using the insert to include the file but when ever a I add the buttons it causes the bottom gray box to align to the left but if I remove the file it goes back to center
see image attached
Attachments
help.jpg
help.jpg (56.44 KiB) Viewed 92 times
User avatar
AbraCadaver
DevNet Master
Posts: 2572
Joined: Mon Feb 24, 2003 10:12 am
Location: The Republic of Texas
Contact:

Re: php pushing image

Post by AbraCadaver »

It's not the PHP it's the HTML in the PHP file. Try this as a first step and see if it helps: http://validator.w3.org/
mysql_function(): WARNING: This extension is deprecated as of PHP 5.5.0, and will be removed in the future. Instead, the MySQLi or PDO_MySQLextension should be used. See also MySQL: choosing an API guide and related FAQ for more information.
Post Reply