Because Blogger.com adds a
<br />
tag for each new line
To avoid this, add this before HTML for your table:
<style type="text/css">.nobrtable br { display: none }</style>
<div class="nobrtable">
<br />
<style type="text/css">.nobrtable br { display: none }</style>
<div class="nobrtable">
Send-MailMessage -SMTPServer smtp.domain.com -To [email protected] -From [email protected] -Subject "This is a test email" -Body ...
No comments:
Post a Comment