Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Layout Question #2
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
01449930
Message ID:
01449949
Vues:
28
>>I placed an image on the page. It's horizontal across the top of the page. I want to place a label over the image centered horizontally on the page. Dragging has no effect.
>>
>>How do I do this????
>
>Simplest may be to use absolute positioning for the label. Something like this:
<body>
>    <img src="whatever" />
>    <label style="position: absolute; left: 20px; top: 100px">
>        Hello World
>    </label>
></body>
Excellent. Thanks!
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform