I copied this and it just gives me everything in one big column. I need a 20%, 60%, 20%, so I changed the sidebar to panel, took out the first, but the last one has a b instead of a u. Any ideas?
Chris
I downloaded my default CMS grid.xml and found the closest match to what you wanted was "3 Column (25%, 50%, 25%)" because that grid uses no fixed widths and has three columns and so I changed the values to "3 Column (20%, 60%, 20%)". I also changed "<div class="yui-tvb-l25 first yui-panel">,<div class="yui-tvb-l50 first yui-panel"> and <div class="yui-tvb-l25 first yui-panel">" to "<div class="yui-tvb-l20 first yui-panel"><div class="yui-tvb-l60 first yui-panel"> and <div class="yui-tvb-l20 first yui-panel">".
I've attached (removed-didn't work) this new grid for you to try. Hopefully it works .
NOTE: I'm unsure whether the name displayed for each grid is derived from the code or the .xml document name and so I've played it safe with the naming of this new .xml document.
Before you upload this new grid, download your default grid.xml ... just in case things don't work.