Skip to content

Instantly share code, notes, and snippets.

View Denford29's full-sized avatar

Denford Mutseriwa Denford29

View GitHub Profile
@elidickinson
elidickinson / max_width_email.html
Created May 6, 2013 15:10
Email Template trick: max-width with outlook
<!--[if mso]>
<center>
<table><tr><td width="580">
<![endif]-->
<div style="max-width:580px; margin:0 auto;">
<p>This text will be centered and constrained to 580 pixels even on Outlook which does not support max-width CSS</p>
</div>
<!--[if mso]>
@Adolfi
Adolfi / How to install Umbraco 8 with Unit Testing, Dependency Injection, Custom Mappings and Route Hijacking.md
Last active November 8, 2021 17:38
How to install Umbraco 8 with Dependency Injection, Custom Mappings and Route Hijacking

Installing Umbraco 8.x:

Create an empty ASP.NET Web Application (.NET Framework) in Visual Studio. Then run this following NuGet command:

PM> Install-Package UmbracoCms

Some of the requirements has changed for Umbraco v8, so make sure you development environment is up to speed otherwise you'll get stuck before even getting started.

Most importantly you'll need: