Ok, I am trying to do a little PHP, Simple... OK.. I am trying to center my website (can you use <center></center>) or do you have to do something different for it to center the website. Because my website won't center with the html code.
Ok, I am trying to do a little PHP, Simple... OK.. I am trying to center my website (can you use <center></center>) or do you have to do something different for it to center the website. Because my website won't center with the html code.
Are you trying to center your entire website? Because if you are doing so you can't add that to the php file, seeing as the website IS your php file. Anyways you have to add some type of php code to your php file for it to center or you could make a parent html file with the <center>~some type of command to call php site inside html site~</center> work around.
But overall more manageable to do it with a php code. (I don't know this, or maybe I do and just can't remember).
or what you can do is open your index.php or whatever.php, and at the very top add:
That will center everything on that page...HTML Code:<center> <?php ?> </center>![]()
Thanks for the help.Originally Posted by oscar.j4l
![]()
Or if you just want part:Code:<?PHP echo 'This is on the left.<center>This is in the center</center>This is on the left too.'; ?>
Seven: This rule is so underrated, keep your family and business completely separated.