Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Overlapping of controls and regular HTML text
Message
 
To
22/10/2003 14:50:45
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00841219
Message ID:
00841650
Views:
23
>I am converting an ASP page into ASPX. That page contains a lot of text. I simply cut & paste that text into the HTML portion of the ASPX page interface. So, in the Design view I can view the text. Now, I have added two Label controls that will have dynamic text on it from the Page_Load() event. That works. But, I am having difficulties for the alignments of the two Label controls and the regular HTML text. In order to avoid overlapping, do I need to convert all my HTML text into text control?

I would really suggest using HTML tables, that will give you great control of the layout, and it always you to put ASP.NET controls inside of a cell and control that layout of it that way. It is also much more backwards compatibility with older browsers as well.


Morgan
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform