PL/SQL: centering a button - TechRepublic
Question
June 11, 2010 at 02:37 PM
john.a.wills

PL/SQL: centering a button

by john.a.wills . Updated 16 years ago

I have this code:
htp.formOpen(twbkwbis.F_CgiBin || ‘bzkpkpmt.p_EnterABike’,’post’,
cattributes => ‘COLOR=”CC0000″ WIDTH=”20″‘);
htp.formhidden(‘pidm_in’, pidm_in);
htp.FormSubmit (NULL, ‘Enter a convertible or motorcycle’);
htp.formClose;
It produces a button clicking which gets the user to the right page. How can I make the button appear centrally on its own page? There must be some parameter of FormOpen or of FormSubmit for this, but reading the Oracle website for htp and htf does not help.

This discussion is locked

All Comments