Thanks for the insight. That got me started in the right direction.
It was not the page (form) that I want to have absolute positioning, it's
the controls within the page.
Following your lead I could not find the position property for controls,
however, if you select the control and go to format | position | absolute
you
can set the control positioning to absolute.
More importantly you can set the option in the HTML Designer to create
control from the toolbox with the absolute position property. To do this
you
go the Tools | Options | HTML Designer (left side tab) | CSS Styling |
Change
position to absolute ....
I thought this would do it all but allas not so. Two problems remain:
1 - Some of the controls don't allow absolute positioning. Specifically
they
are Label, Check Box, HyperLink, Table. Any idea why????
2 - In order to use the layout controls such as align left, make same
width,
etc you have to select the group of control. This should be done with the
mouse and the Ctl key held down. But it doesn't work. you can only select
one
control at a time. Any idea why this doen't work???