July 2009
2 posts
Using Assets in a Custom Stack
Recently I’ve been asked how to create a custom stack that includes a file, like an image or a javascript, that will be published along with the page. The Stacks API explains this, but I’ll admit that it’s a bit obtuse since the info is split between the various sections of the API. You have to read them all to get a complete understanding, and that makes things tough the first...
4 tags
Why is there a big gutter between Stacks columns?
Stacks measures everything in terms of percentages — that way it stays fluid even if your theme is set to a variable width or you change your theme to a new width. If the world were free of IE, we could position two columns right next to each other — and have them flush with the left and right edges of the page as well. However IE has two problems which contribute to prevent us from...