right click on the form, choose Source and search for
loc:WebStyle
you'll see it's set with code something like this;
loc:WebStyle = p_web.site.WebFormStyle
If p_web.IsMobile()
Case loc:WebStyle
of Net:Web:Outlook
orof Net:Web:Tab
loc:WebStyle = Net:Web:Wizard
End
End
there's an embed immediately after that where you can set it to whatever you like, for whatever reason you like.
valid options are
Net:Web:Accordion Equate(1)
Net:Web:Tab Equate(2)
Net:Web:Plain Equate(3)
Net:Web:Rounded Equate(4)
Net:Web:Round Equate(4)
Net:Web:TabXP Equate(5)
Net:Web:None Equate(6)
Net:Web:Wizard Equate(7)
cheers
Bruce