On Jul 20, 2005, at 3:00 PM, Brian Takita wrote: > Hello, > > Is there another way to render html to the final page without using > <%= > ? > > I tried using print, but the output was the Webrick console. You can try: <% _erbout.concat "hello" %> But note that this is kind of fragile, because ActionView may (theoretically) change the name of the concatenation variable ("_erbout"). - Jamis