From: "Florian van Eerd" on
Hi folks!

I have to admit that I'm quiet new to PEAR, so please don't get upset if
this question is totally stupid...

I tried to work with HTML_Quickform (I know the package has been superseded,
but since HTML_Quickform2 has no documentation...) and when I look at the
generated html-code, the form's embedded in a <div>-tag. That kind of sucks
since I also work with CSS. Is there any way, how I can delete that tag or
at least give it an id?

Thanks,
Florian
From: "Brett Bieber" on
On Mon, Jul 21, 2008 at 6:19 AM, Florian van Eerd <vaneerd(a)gmail.com> wrote:
> I tried to work with HTML_Quickform (I know the package has been superseded,
> but since HTML_Quickform2 has no documentation...) and when I look at the
> generated html-code, the form's embedded in a <div>-tag. That kind of sucks
> since I also work with CSS. Is there any way, how I can delete that tag or
> at least give it an id?

I would look into the custom renderers - specifically
HTML_QuickForm_Renderer_Tableless, which customizes all of the output
for the form.

http://pear.php.net/package/HTML_QuickForm_Renderer_Tableless/

--
Brett Bieber