big-dog1965 Posted March 19, 2009 Share Posted March 19, 2009 How would I center this in a php file right know it is appears on left side of page I would like it to appear in the center. echo 'You are not allowed to access this page.';<br> Quote Link to comment https://forums.phpfreaks.com/topic/150166-how-to-center-a-echo-in-a-page-instead-of-to-the-left/ Share on other sites More sharing options...
supergrame Posted March 19, 2009 Share Posted March 19, 2009 you could use css h5 ( text-align: center; } echo "<h5>'You are not allowed to access this page.';<h5>"<br> i think thats right Quote Link to comment https://forums.phpfreaks.com/topic/150166-how-to-center-a-echo-in-a-page-instead-of-to-the-left/#findComment-788614 Share on other sites More sharing options...
big-dog1965 Posted March 19, 2009 Author Share Posted March 19, 2009 I would rather not use css I would like the center text in the line itself Quote Link to comment https://forums.phpfreaks.com/topic/150166-how-to-center-a-echo-in-a-page-instead-of-to-the-left/#findComment-788670 Share on other sites More sharing options...
shlumph Posted March 19, 2009 Share Posted March 19, 2009 I would rather not use css I would like the center text in the line itself This is wrong, - use CSS Quote Link to comment https://forums.phpfreaks.com/topic/150166-how-to-center-a-echo-in-a-page-instead-of-to-the-left/#findComment-788676 Share on other sites More sharing options...
lonewolf217 Posted March 19, 2009 Share Posted March 19, 2009 if you absolutely must, use <center> </center> HTML tags, but I am not sure if they validate anymore or not Quote Link to comment https://forums.phpfreaks.com/topic/150166-how-to-center-a-echo-in-a-page-instead-of-to-the-left/#findComment-788747 Share on other sites More sharing options...
MadTechie Posted March 19, 2009 Share Posted March 19, 2009 This is hardly a PHP question! Quote Link to comment https://forums.phpfreaks.com/topic/150166-how-to-center-a-echo-in-a-page-instead-of-to-the-left/#findComment-788750 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.