Scholieren.com forum

Scholieren.com forum (https://forum.scholieren.com/index.php)
-   Software & Hardware (https://forum.scholieren.com/forumdisplay.php?f=20)
-   -   [HTML] text uitlijnen??? (https://forum.scholieren.com/showthread.php?t=492224)

MONK 28-05-2003 14:30

[HTML] text uitlijnen???
 
hallo, ik wilde graag mij text uitlijnen op mijn site.. maar hoe doe ik dit, dus niet left, right of center, maar...?

iamcj 28-05-2003 14:39

<head>
<style type="text/css">
#Z {position: absolute; color:black; font: 13px arial; font-weight:bold;}
</style>
</head>
<body>
<div id=Z style="LEFT: 100px; TOP: 100px;">tekst</div>
</body>

Pas top en left aan om je tekst, plaatje, tabel, enz.. te positioneren.

Jon 28-05-2003 16:13

Citaat:

Wazzuuppp schreef op 28-05-2003 @ 15:30:
hallo, ik wilde graag mij text uitlijnen op mijn site.. maar hoe doe ik dit, dus niet left, right of center, maar...?
justify


Alle tijden zijn GMT +1. Het is nu 08:39.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.