Question
-
Topic
-
PL/SQL: centering a button
LockedI 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.
All Answers
Viewing 0 reply threads