1 Blog Entry tagged: yui


Django Templates and YUI Grids

  • July 10th, 2007 (1 year, 2 months ago)

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 ...

Read the rest »

About this entry

Date Posted:
July 10th 2007 at 4:07:00 PM

Tagged:
django, web, yui