VS web designer 2005 - Controls Allways Go Top Left

  • Thread starter Thread starter Goofy
  • Start date Start date
G

Goofy

Even if the layout options are set to Absolute Positioning, the controls
will allways go to the top elft which results in two actions to position a
control on a page.

Does anyone know how I can avert this time wasting process ????
 
Even if the layout options are set to Absolute Positioning, the controls
will allways go to the top elft which results in two actions to position a
control on a page.

Does anyone know how I can avert this time wasting process ????

If it's a web application, absolutely positioning everything isn't usually
the best way to handle it. Better to use CSS and/or Tables. Alas, there is
no super-easy WYSIWYG way to handle that without playing with the HTML a
bit.

-Darrel
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top