thesaleboat Posted September 24, 2008 Share Posted September 24, 2008 Is there a way to make this text centered? <?php echo '<font color="white" > Thank you for your application, we will be in contact </br> with you shortly if you meet the job description requirements.</font>'; ?> Quote Link to comment https://forums.phpfreaks.com/topic/125627-solved-easy-php-problem/ Share on other sites More sharing options...
phoenixx Posted September 24, 2008 Share Posted September 24, 2008 <?php echo '<center><font color="white" > Thank you for your application, we will be in contact </br> with you shortly if you meet the job description requirements.</font></center>'; ?> Quote Link to comment https://forums.phpfreaks.com/topic/125627-solved-easy-php-problem/#findComment-649512 Share on other sites More sharing options...
thesaleboat Posted September 24, 2008 Author Share Posted September 24, 2008 thanks man, my brain is not functioning correctly today Quote Link to comment https://forums.phpfreaks.com/topic/125627-solved-easy-php-problem/#findComment-649514 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.