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> 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 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 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 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 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! 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
Archived
This topic is now archived and is closed to further replies.