Click to See Complete Forum and Search --> : Simple - Label the size of window.
veryjonny
Aug 17th, 2002, 03:38 AM
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?
FatDaz
Aug 17th, 2002, 07:43 AM
Just set the Width property of the ASP:Label control to be "100%"
veryjonny
Aug 17th, 2002, 11:09 AM
Thanks.
but what about the the html label control?
FatDaz
Aug 18th, 2002, 04:07 AM
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.
<DIV style="DISPLAY: inline; WIDTH: 100%; HEIGHT: 15px" ms_positioning="FlowLayout">HTML Label at 100%</DIV>
veryjonny
Aug 18th, 2002, 08:35 AM
Thanks, I figured out.
however, I feel for designing the IDE isnt suitable...perphaps shd go back to DreamWeaver.
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.