Template foundations in Tridion

One of the best things about Tridion is it’s flexibility. You’re free to create your website in whatever way you see fit – which is how a good Content Management System should be. The downside of all this flexibility is that the prospect of a completely blank Tridion Page Template can be a little daunting. [...]

Stacking text-shadow

Alas, support for the text-shadow CSS property is not included in the forthcoming release of Internet Explorer. This is a real shame because it lets us create some really interesting effects. The text-shadow property The text-shadow CSS property looks like a cross between margin or padding and a color property: text-shadow: #000 2px 2px 5px; [...]