Trying to create an ASP page in Visual Studio 2008

Last post 05-19-2008 7:30 AM by chidge. 3 replies.

Sort Posts:

  • Trying to create an ASP page in Visual Studio 2008

    05-14-2008, 6:47 PM

    I am currently using visual studio 2008 to develop my pages in ASP.NET.  I was wondering does anyone know how to move my objects so they can be placed on the web page without using a table.

     

    Any help would be great.
    Thank you

    Matthew
     

  • Re: Trying to create an ASP page in Visual Studio 2008

    05-14-2008, 8:58 PM
    Answer
    • Loading...
    • amensi
    • Joined on 02-13-2006, 7:43 PM
    • Canada
    • Posts 367

    Hi,

    In previous version of VS, you could set the default layout to float and it would position the controls using CSS relative positioning. I think now this feature was removed and you have to code your CSS.

    Alex Mensi - Check out my blog
    Maven Technologies Inc.
    --

    Don't forget to click "Mark as Answer" on the post that helped you.
  • Re: Trying to create an ASP page in Visual Studio 2008

    05-19-2008, 6:49 AM
    Answer

    moberlander08:

    I am currently using visual studio 2008 to develop my pages in ASP.NET.  I was wondering does anyone know how to move my objects so they can be placed on the web page without using a table.

    Hi Matthew,

    Base on my experience, you can use div tag to easy to do this.

    If you need more help, please post your code here.Smile

    Hope it helps,

    Hong Gang

    Sincerely,
    Ocean
    Microsoft Online Community Support
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as
    Answer” if a marked post does not actually answer your question.
  • Re: Trying to create an ASP page in Visual Studio 2008

    05-19-2008, 7:30 AM
    Answer
    • Loading...
    • chidge
    • Joined on 02-12-2008, 6:11 AM
    • Manchester, UK
    • Posts 349

    Hi,

    As mentioned, best to use CSS and div tags, but the option to set absolute positioning in VS2008 is under Tools>Options tick the box at the bottom to "show all settings" then expand HTML>CSS Styling the bottom tick box sets positioning to absolute. 

    I hope this helps, if it answers your question, don't forget to mark it as such for those who come afterwards.

    Regards,

    Gareth Chidgey
    Website Design Director
    Gaia Website Design Limited
Page 1 of 1 (4 items)