On Tue, 26 Feb 2013 18:01:47 -0300, Ken in Nashua <kcola...@live.com>
wrote:
I never really got it... until now...
So I reiterate...
Pheeeewwwwww !!!
private void doGridOverride(MarkupWriter writer) {
writer.write(NEWLINE);
Don't do this. All you need is CSS put in some .css file and included via
<style> in the template or @Import'ed in the class. If you still want or
need to generate CSS on the fly, which doesn't seem to be your case here,
put it inside a <style> tag in your template. You're including CSS in an
incredibly bad way. Do yourself a favor and do the right thing.
By the way, Ken, could you please stop posting pure CSS questions to the
Tapestry mailing list?
--
Thiago H. de Paula Figueiredo
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org