Jump to content

echo text formatting


bladechob

Recommended Posts

ta dah - here it is -

$success = mail($EmailTo, $Subject, $Body, "From: <$EmailFrom>");

if($success){

echo '<p><b><br><br>

<br>

<br>

<br><br>

<br>

 

 

Thank you. We will be contacting you shortly with our best price for your request. <a href="http://www.vividproductions.biz/transconnect/welcome.php">Back</a> to site home page</a> </b></p>';

}

Link to comment
https://forums.phpfreaks.com/topic/43474-echo-text-formatting/#findComment-211118
Share on other sites

where is your css code?

 

try giving your paragraph a class and set up the css for that class

<!-- css -->
p.paragraph {
text-align: center;
color: #000;
}
<?php
echo '<p class="paragraph">Thank you. We will be contacting you shortly with our best price for your request. Back to site home page</p';?>

Link to comment
https://forums.phpfreaks.com/topic/43474-echo-text-formatting/#findComment-211120
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.