Results 1 to 5 of 5

Thread: Simple - Label the size of window.

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Nov 2001
    Location
    Trying to reach and stay in the cloud
    Posts
    2,089

    Simple - Label the size of window.

    I do not mean to get into the clients resolution and other things. Its just that designing ASP.NET pages in IDE, I just "waste" a hell of time adjusting the label length to fill up the entire horizontal screen. Anyones got a simple way to do it?

  2. #2
    Member
    Join Date
    Sep 2001
    Location
    Fishburn
    Posts
    45
    Just set the Width property of the ASP:Label control to be "100%"

  3. #3

    Thread Starter
    PowerPoster
    Join Date
    Nov 2001
    Location
    Trying to reach and stay in the cloud
    Posts
    2,089
    Thanks.

    but what about the the html label control?

  4. #4
    Member
    Join Date
    Sep 2001
    Location
    Fishburn
    Posts
    45
    In this case you need to modify the STYLE property, and change the width style item be 100%, which is easiest done in the HTML code window, i.e.

    Code:
    <DIV style="DISPLAY: inline; WIDTH: 100%; HEIGHT: 15px" ms_positioning="FlowLayout">HTML Label at 100%</DIV>

  5. #5

    Thread Starter
    PowerPoster
    Join Date
    Nov 2001
    Location
    Trying to reach and stay in the cloud
    Posts
    2,089
    Thanks, I figured out.

    however, I feel for designing the IDE isnt suitable...perphaps shd go back to DreamWeaver.

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