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>'; ?> 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>'; ?> 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 Link to comment https://forums.phpfreaks.com/topic/125627-solved-easy-php-problem/#findComment-649514 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.