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:
01449946
Vues:
34
>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>
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform