Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Overlapping of controls and regular HTML text
Message
 
À
22/10/2003 14:50:45
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00841219
Message ID:
00841650
Vues:
24
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform