CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6

Threaded View

  1. #2
    Join Date
    Feb 2005
    Location
    Denmark
    Posts
    742

    Re: How do you set the postion of a web page control?

    You use stylesheet and HTML to position the rendered controls/html.
    Stylesheet is however a vast topic, so if just starting out, I'd advice you to build your page using html tables and position your controls inside those.
    Once you get the hang of it - move on to learning about stylesheets and relative positioning.
    Last edited by Alsvha; June 6th, 2010 at 04:50 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured