On 3/23/08, LaggyLuke <[EMAIL PROTECTED]> wrote: > > > What is the simplest and correct way of rendering Submit and Reset buttons > on > a single row of the form, not one below the other? > I've played with decorators and fieldsets for awhile, but ended up with > quite messy code. > I assume that such an easy task should have some simple solution I'm > missing.
As this has to do with the looks of your website, you should do this in CSS, by e.g. setting display: inline; . Best, -- Vincent
