Wednesday

To fix Problem with using white-space:nowrap in Internet Explorer (IE7)

The only way to get around it to use <nobr>text that might wrap</nobr>
more...

No comments:

test smtp server with powershell

Send-MailMessage -SMTPServer smtp.domain.com -To [email protected] -From [email protected] -Subject "This is a test email" -Body ...