I want text in a paragraph to be 100 px in width.
I try:
<p style="width:120px">This is some text in a paragraph. This is some text in a paragraph.
This is some text in a paragraph. This is some text in a paragraph.
This is some text in a paragraph. This is some text in a paragraph.</p>
Outlook ignores the width.
Any idea how to get width working in outlook?
The only way I could get this to work was to put the text in an table and set the width of the table.