On Fri, 2005-08-26 at 16:39 +0100, João Gomes wrote: > <% (condition) ? 'true value to print' : 'false value to print' %> Or this: % if (condition) { background-color: #ffe66b; % } - Perrin