Quantcast
Channel: Active questions tagged email - Stack Overflow
Viewing all articles
Browse latest Browse all 30029

How to limit the width of the paragraph in HTML email

$
0
0

estoy teniendo un problema al momento de limitar el ancho de un párrafo, ya que quiero hacerlo menos ancho.Para enviar los correos estoy utilizando PHPmailer y dentro del cuerpo del HTML incluyo la etiqueta style y le agrego los estilos al párrafo.

I'm having a problem to limiting the width of the paragraph, because it needs to be less width. To send emails i am using PHPmailer and inside the body of HTML i include the and the styles to the paragraph.

$mail->AddAddress($email);$mail->Subject = "Rio E-mail from Website / Contact Us Form";$mail->Body = "<html> <body> <style>     p {        width: 10px;    }</style><p><strong>New Message from Rio Contact Form</strong></p><p>Name: {$name}</p><p>Email: {$email}</p><p>Mobile: {$mobile}</p><p>Landline: {$landline}</p><p>Date: {$date}</p><p>People: {$people}</p><p>Lunch: {$lunch}</p><p>Enquiry: {$enquiry}</p><p>Questions: {$questions}</p><br><br><br><br><br><p>{$ips } {$query['city']} {$query['regionName']} {$query['zip']} {$query['timezone']}</p></body> </html><br />";$mail->AltBody = 'Body example';

This is the result:

image link


Viewing all articles
Browse latest Browse all 30029

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>