Example :
Code: Select all
print "Email Address is : " . $Email;
print "<br />";
print "Phone used is : " . $Phone;
print "<br />";
Email Address is : blabla@bla.co
Phone used is : 222-222-2222 ,
instead of (in the same horizontal position)
:blabla@bla.com
:222-222-2222
And how can I make let's say the email address with red font and 12px and phone with blue and 14px.
Thanks