Search code examples
htmltextout

How can I "limit" a text inside a <p>?


I have a mail template newsletter here: http://www.newsletter.vendopor.com/m29-04-13/index2.html

But at the end, have a paragraph that contains that text: Por favor, envía este correo a las personas que creas le puede ayudar nuestro...

And this text, go out the paragraph (I have a width 380 attribute in css and keeps going out).

It's at the end of the page

I've searched in Google, but can't find the solution

Works fine on Chrome, but in Mozilla (last version) the text is going out.


Solution

  • I found it, this added to the paragraph: white-space: normal; you can learn some about white-space here: sidar.org/recur/desdi/traduc/es/css/… it works good now in mozilla thx a lot to all!