Home All Groups Group Topic Archive Search About

Position of elements in an aspx-page

Author
5 Oct 2006 2:01 PM
reidarT
I want to drag elements from the toolbox to the page. Do I need to make
Panels first to enter the elements inside the Panel,
or can I as I hope drag them to a special position in the document.

reidarT

Author
5 Oct 2006 2:50 PM
rowe_newsgroups
If I understand you correctly, you want to use absolute positioning on
your controls. To turn this on for every control goto Tools --> Options
and select "Show all Settings" The under HTML Designer select the CSS
Positioning node. The first option here is how they are positioned.

Thanks,

Seth Rowe

reidarT wrote:
Show quoteHide quote
> I want to drag elements from the toolbox to the page. Do I need to make
> Panels first to enter the elements inside the Panel,
> or can I as I hope drag them to a special position in the document.
>
> reidarT