APEX_PUBLIC_USER Logout

Buttons

Button 1 Button 2

Standard button placement.

Buttons w/float

Button 3 Button 4
  • Button 3 is defined first with seq 10
  • Button 4 follows with seq 40

<style>
#BUTTON_3, #BUTTON_4 {
float: right;
}
</style>