1 Blog Entry tagged: yui
Django Templates and YUI Grids
Recently I was playing around with YUI grids to make a 2 column layout. The grid builder is awesome to quickly set up a site skeleton. I was wanting a site that had a full width layout for some pages and a side column for some other pages that had extra meta data about the main content area. I saw that YUI grids was able to do this by simply changing a class name on the major DIV element.
So what I did was set the default wide width in my base template like so:
<div id="doc2" class="yui-t ...