Changing Colors

You can change the default colors by adding a parameter after the main URL. Hexidecimal codes, short hexidecimal codes, or any of 140 named colors are all accepted. If using a hex code, don't include a leading "#". Casing doesn't matter though. For example, the following URLs are all valid and equivalent, and change the color of the main grid to bright pink:

viewhttp://griddle.it/960-12-30?color=FF00FF 
http://griddle.it/960-12-30?color=f0f
http://griddle.it/960-12-30?color=fuchsia

By default, the background to the grid is transparent. You can change this if you like by using the 'background' option like so:

viewhttp://griddle.it/960-12-30?background=papayawhip

Similarly, you can set the color of the numbers:

viewhttp://griddle.it/960-12-30?text=firebrick

Hiding the Numbers

By default, each grid displays some guide numbers to help speed things up for you. If you want an element to span 3 columns, give it a pixel width of the number shown in column 3. If you want it to span 5 colums, use the number in the fifth column. And so on and so forth. If you don't need the numbers anymore, or just find them annoying, turning them off is cake:

viewhttp://griddle.it/960-12-30?num=false
http://griddle.it/960-12-30?num=0

Hozirontal Guidelines

You can include some horizontal guidelines in the grid too. If, for example, you wanted the lines spaced at 30px apart, you would use the following URL:

viewhttp://griddle.it/960-12-20?horizontal=30

Using Multiple Parameters

If you want to use multiple parameters, then just chain them together with an ampersand like so:

viewhttp://griddle.it/960-12-30?color=blue&num=false&horizontal=20

Gutterless Grids

And finally... If you're after a grid with no gutters, simply either omit the gutter size from your URL or set it to zero. Both the following URLs are valid and OK to use:

viewhttp://griddle.it/960-12
http://griddle.it/960-12-0