Email: Long URL Outlook

This is how to do a long URL in Outlook and force it to wrap.

by Wally Glenn

HTML

<table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%">	
  <tr>
    <td style="padding: 40px; font-family: sans-serif; color: #555555; border: 1px solid #000000; width: 600px;">
      <h1>Very Long Wrapping URL</h1>
      
      <p style="word-break: break-all; white-space: wrap;"><a style="word-break: break-all; white-space: wrap;" href="http://stackoverflow.com">https://stackoverflow.com/This/is/a/very/long/url/without/a/break/or/a/space/using/only/forward/slashes/to/break/up/words/with/css/like/you/would/find/in/a/really/long/url.html</a>
	    </p>
      
      <p style="word-break: break-all; white-space: wrap;"><a style="word-break: break-all; white-space: wrap;" href="http://stackoverflow.com">https://stackoverflow.comThisisaverylongurlwithoutabreakoraspaceusingonlyforwardslashestobreakupwordswithcsslikeyouwouldfindinareallylongurl.html</a>
      </p>
    </td>
	</tr>
 </table>